Searched refs:sk_floats_are_unit (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/tests/ |
H A D | MathTest.cpp | 765 REPORTER_ASSERT(r, sk_floats_are_unit(v, 0)); in DEF_TEST() 775 REPORTER_ASSERT(r, sk_floats_are_unit(v, N)); in DEF_TEST() 777 REPORTER_ASSERT(r, sk_floats_are_unit(v, N)); in DEF_TEST() 779 REPORTER_ASSERT(r, sk_floats_are_unit(v, N)); in DEF_TEST() 787 REPORTER_ASSERT(r, !sk_floats_are_unit(v, N)); in DEF_TEST() 789 REPORTER_ASSERT(r, !sk_floats_are_unit(v, N)); in DEF_TEST()
|
/third_party/skia/src/core/ |
H A D | SkMath.cpp | 58 bool sk_floats_are_unit(const float array[], size_t count) { in sk_floats_are_unit() function
|
/third_party/skia/include/private/ |
H A D | SkFloatingPoint.h | 184 bool sk_floats_are_unit(const float array[], size_t count);
|
Completed in 4 milliseconds