Lines Matching refs:SkMeasureNonInflectCubicRotation
482 float fullRotation = SkMeasureNonInflectCubicRotation(mapped); in test_chop_cubic_at_midtangent()
485 float leftRotation = SkMeasureNonInflectCubicRotation(chopped); in test_chop_cubic_at_midtangent()
486 float rightRotation = SkMeasureNonInflectCubicRotation(chopped+3); in test_chop_cubic_at_midtangent()
526 REPORTER_ASSERT(reporter, SkScalarNearlyZero(SkMeasureNonInflectCubicRotation(kFlatCubic))); in test_measure_rotation()
529 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SkMeasureNonInflectCubicRotation(kFlatCubic180_1), in test_measure_rotation()
533 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SkMeasureNonInflectCubicRotation(kFlatCubic180_2), in test_measure_rotation()
537 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SkMeasureNonInflectCubicRotation(kFlatCubic360), in test_measure_rotation()
541 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SkMeasureNonInflectCubicRotation(kSquare180), in test_measure_rotation()
549 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SkMeasureNonInflectCubicRotation(cubic1), in test_measure_rotation()
553 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SkMeasureNonInflectCubicRotation(cubic2), in test_measure_rotation()
557 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SkMeasureNonInflectCubicRotation(cubic3), in test_measure_rotation()