Home
last modified time | relevance | path

Searched refs:to_string_impl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/sksl/
H A DSkSLString.cpp23 static std::string to_string_impl(RoundtripType value) { in to_string_impl() function
51 return to_string_impl<float, 9>(value); in to_string()
55 return to_string_impl<double, 17>(value); in to_string()