Searched refs:SkMeasureNonInflectCubicRotation (Results 1 – 5 of 5) sorted by relevance
/external/skia/tests/ |
D | GrPathUtilsTest.cpp | 37 float totalRotation = SkMeasureNonInflectCubicRotation(p); in check_cubic_convex_180() 43 float rads = SkMeasureNonInflectCubicRotation(chops + i*3); in check_cubic_convex_180() 57 SkMeasureNonInflectCubicRotation(chops), SK_ScalarPI)); in check_cubic_convex_180() 59 SkMeasureNonInflectCubicRotation(chops + 3), totalRotation - SK_ScalarPI)); in check_cubic_convex_180()
|
D | GeometryTest.cpp | 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() [all …]
|
/external/skia/src/core/ |
D | SkGeometry.h | 172 float SkMeasureNonInflectCubicRotation(const SkPoint[4]);
|
D | SkGeometry.cpp | 569 float SkMeasureNonInflectCubicRotation(const SkPoint pts[4]) { in SkMeasureNonInflectCubicRotation() function
|
/external/skia/src/gpu/tessellate/ |
D | GrStrokeHardwareTessellator.cpp | 441 float numRadialSegments = SkMeasureNonInflectCubicRotation(p) * fNumRadialSegmentsPerRadian; in internalCubicConvex180PatchesTo()
|