Searched defs:cubic2 (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | PathOpsCubicIntersectionTest.cpp | 23 const CubicPts& cubic2 = tests[index][1]; in standardTestCases() local 387 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2, in oneOff() 439 const CubicPts& cubic2 = testSet[inner]; in oneOff() local 445 const CubicPts& cubic2 = newTestSet[inner]; in newOneOff() local 451 const CubicPts& cubic2 = tests[index][1]; in testsOneOff() local 477 CubicPts cubic1, cubic2; in CubicIntersection_RandTest() local 529 const CubicPts& cubic2 = newTestSet[index1]; in intersectionFinder() local 702 const CubicPts& cubic2 = coinSet[index + 1]; in coinOneOff() local
|
D | PathOpsOpTest.cpp | 3593 CubicPts cubic2 = {{{1,5}, {-5.66666651f,3.33333349f}, {8.83333302f,2.33333349f}, {0,1}}}; in loop1asQuad() local
|
/external/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 55 int SkIntersections::intersect(const SkDCubic& cubic1, const SkDCubic& cubic2) { in intersect()
|
D | SkAddIntersections.cpp | 286 SkDCubic cubic1, cubic2; in AddIntersectTs() local
|