Searched defs:cubic2 (Results 1 – 8 of 8) sorted by relevance
/external/skia/tests/ |
D | PathOpsCubicIntersectionTest.cpp | 23 const CubicPts& cubic2 = tests[index][1]; in standardTestCases() local 388 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2, in oneOff() 440 const CubicPts& cubic2 = testSet[inner]; in oneOff() local 446 const CubicPts& cubic2 = newTestSet[inner]; in newOneOff() local 452 const CubicPts& cubic2 = tests[index][1]; in testsOneOff() local 478 CubicPts cubic1, cubic2; in CubicIntersection_RandTest() local 530 const CubicPts& cubic2 = newTestSet[index1]; in intersectionFinder() local 702 const CubicPts& cubic2 = coinSet[index + 1]; in coinOneOff() local
|
D | PathOpsOpTest.cpp | 3597 CubicPts cubic2 = {{{1,5}, {-5.66666651f,3.33333349f}, {8.83333302f,2.33333349f}, {0,1}}}; in loop1asQuad() local
|
/external/skqp/tests/ |
D | PathOpsCubicIntersectionTest.cpp | 23 const CubicPts& cubic2 = tests[index][1]; in standardTestCases() local 388 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2, in oneOff() 440 const CubicPts& cubic2 = testSet[inner]; in oneOff() local 446 const CubicPts& cubic2 = newTestSet[inner]; in newOneOff() local 452 const CubicPts& cubic2 = tests[index][1]; in testsOneOff() local 478 CubicPts cubic1, cubic2; in CubicIntersection_RandTest() local 530 const CubicPts& cubic2 = newTestSet[index1]; in intersectionFinder() local 702 const CubicPts& cubic2 = coinSet[index + 1]; in coinOneOff() local
|
D | PathOpsOpTest.cpp | 3597 CubicPts cubic2 = {{{1,5}, {-5.66666651f,3.33333349f}, {8.83333302f,2.33333349f}, {0,1}}}; in loop1asQuad() local
|
/external/skqp/src/pathops/ |
D | SkAddIntersections.cpp | 288 SkDCubic cubic1, cubic2; in AddIntersectTs() local
|
D | SkPathOpsTSect.cpp | 2133 SkTCubic cubic2(c2); in intersect() local
|
/external/skia/src/pathops/ |
D | SkAddIntersections.cpp | 288 SkDCubic cubic1, cubic2; in AddIntersectTs() local
|
D | SkPathOpsTSect.cpp | 2133 SkTCubic cubic2(c2); in intersect() local
|