Home
last modified time | relevance | path

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

/external/skia/tests/
DGrPathUtilsTest.cpp37 float totalRotation = SkMeasureNonInflectCubicRotation(p); in check_cubic_convex_180() local
47 if (totalRotation < SK_ScalarPI - SK_ScalarNearlyZero) { in check_cubic_convex_180()
51 REPORTER_ASSERT(r, SkScalarNearlyEqual(radsSum, totalRotation)); in check_cubic_convex_180()
52 if (totalRotation > SK_ScalarPI + SK_ScalarNearlyZero) { in check_cubic_convex_180()
59 SkMeasureNonInflectCubicRotation(chops + 3), totalRotation - SK_ScalarPI)); in check_cubic_convex_180()