Searched defs:cubic1 (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsCubicIntersectionTest.cpp | 33 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 D | GeometryTest.cpp | 564 SkPoint cubic1[4] = {pts[0], pts[0], pts[1], pts[2]}; in test_measure_rotation() local
|
H A D | PathOpsOpTest.cpp | 3613 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 D | cubic_bezier_unittest.cc | 204 CubicBezier cubic1(0.1, 0.2, 0.8, 0.9); in TEST() local
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkAddIntersections.cpp | 304 SkDCubic cubic1, cubic2; in AddIntersectTs() local
|
H A D | SkPathOpsTSect.cpp | 2146 SkTCubic cubic1(c1); in intersect() local
|