Home
last modified time | relevance | path

Searched defs:cubic2 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DPathOpsCubicIntersectionTest.cpp34 const CubicPts& cubic2 = tests[index][1]; in standardTestCases() local
399 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2, in oneOff()
448 const CubicPts& cubic2 = testSet[inner]; in oneOff() local
454 const CubicPts& cubic2 = newTestSet[inner]; in newOneOff() local
460 const CubicPts& cubic2 = tests[index][1]; in testsOneOff() local
486 CubicPts cubic1, cubic2; in CubicIntersection_RandTest() local
538 const CubicPts& cubic2 = newTestSet[index1]; in intersectionFinder() local
710 const CubicPts& cubic2 = coinSet[index + 1]; in coinOneOff() local
H A DGeometryTest.cpp568 SkPoint cubic2[4] = {pts[0], pts[1], pts[1], pts[2]}; in test_measure_rotation() local
H A DPathOpsOpTest.cpp3614 CubicPts cubic2 = {{{1,5}, {-5.66666651f,3.33333349f}, {8.83333302f,2.33333349f}, {0,1}}}; in loop1asQuad() local
/aosp_15_r20/external/skia/src/pathops/
H A DSkAddIntersections.cpp304 SkDCubic cubic1, cubic2; in AddIntersectTs() local
H A DSkPathOpsTSect.cpp2147 SkTCubic cubic2(c2); in intersect() local