Home
last modified time | relevance | path

Searched defs:cubic1 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DPathOpsCubicIntersectionTest.cpp33 const CubicPts& cubic1 = tests[index][0]; in standardTestCases() local
399 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2, in oneOff()
447 const CubicPts& cubic1 = testSet[outer]; in oneOff() local
453 const CubicPts& cubic1 = newTestSet[outer]; in newOneOff() local
459 const CubicPts& cubic1 = tests[index][0]; in testsOneOff() local
486 CubicPts cubic1, cubic2; in CubicIntersection_RandTest() local
537 const CubicPts& cubic1 = newTestSet[index0]; in intersectionFinder() local
709 const CubicPts& cubic1 = coinSet[index]; in coinOneOff() local
H A DGeometryTest.cpp564 SkPoint cubic1[4] = {pts[0], pts[0], pts[1], pts[2]}; in test_measure_rotation() local
H A DPathOpsOpTest.cpp3613 CubicPts cubic1 = {{{0,1}, {1,5}, {-5.66666651f,3.33333349f}, {8.83333302f,2.33333349f}}}; in loop1asQuad() local
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dcubic_bezier_unittest.cc204 CubicBezier cubic1(0.1, 0.2, 0.8, 0.9); in TEST() local
/aosp_15_r20/external/skia/src/pathops/
H A DSkAddIntersections.cpp304 SkDCubic cubic1, cubic2; in AddIntersectTs() local
H A DSkPathOpsTSect.cpp2146 SkTCubic cubic1(c1); in intersect() local