Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkFloatingPoint.h66 constexpr float sk_float_degrees_to_radians(float degrees) { in sk_float_degrees_to_radians() function
/external/skia/tests/
DSkSLInterpreterTest.cpp792 value[0] = 90.0f; expected[0] = sk_float_degrees_to_radians(value[0]); in DEF_TEST()