Searched defs:cubic1 (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/tests/ |
D | PathOpsCubicIntersectionTest.cpp | 22 const CubicPts& cubic1 = tests[index][0]; in standardTestCases() local 388 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2, in oneOff() 439 const CubicPts& cubic1 = testSet[outer]; in oneOff() local 445 const CubicPts& cubic1 = newTestSet[outer]; in newOneOff() local 451 const CubicPts& cubic1 = tests[index][0]; in testsOneOff() local 478 CubicPts cubic1, cubic2; in CubicIntersection_RandTest() local 529 const CubicPts& cubic1 = newTestSet[index0]; in intersectionFinder() local 701 const CubicPts& cubic1 = coinSet[index]; in coinOneOff() local
|
D | PathOpsOpTest.cpp | 3596 CubicPts cubic1 = {{{0,1}, {1,5}, {-5.66666651f,3.33333349f}, {8.83333302f,2.33333349f}}}; in loop1asQuad() local
|
/third_party/skia/tests/ |
D | PathOpsCubicIntersectionTest.cpp | 24 const CubicPts& cubic1 = tests[index][0]; in standardTestCases() local 390 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2, in oneOff() 438 const CubicPts& cubic1 = testSet[outer]; in oneOff() local 444 const CubicPts& cubic1 = newTestSet[outer]; in newOneOff() local 450 const CubicPts& cubic1 = tests[index][0]; in testsOneOff() local 477 CubicPts cubic1, cubic2; in CubicIntersection_RandTest() local 528 const CubicPts& cubic1 = newTestSet[index0]; in intersectionFinder() local 700 const CubicPts& cubic1 = coinSet[index]; in coinOneOff() local
|
D | GeometryTest.cpp | 550 SkPoint cubic1[4] = {pts[0], pts[0], pts[1], pts[2]}; in test_measure_rotation() local
|
D | PathOpsOpTest.cpp | 3596 CubicPts cubic1 = {{{0,1}, {1,5}, {-5.66666651f,3.33333349f}, {8.83333302f,2.33333349f}}}; in loop1asQuad() local
|
/third_party/skia/src/pathops/ |
D | SkAddIntersections.cpp | 288 SkDCubic cubic1, cubic2; in AddIntersectTs() local
|
D | SkPathOpsTSect.cpp | 2131 SkTCubic cubic1(c1); in intersect() local
|
/third_party/flutter/skia/src/pathops/ |
D | SkAddIntersections.cpp | 288 SkDCubic cubic1, cubic2; in AddIntersectTs() local
|
D | SkPathOpsTSect.cpp | 2132 SkTCubic cubic1(c1); in intersect() local
|