Searched refs:cubic1 (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/tests/ |
H A D | PathOpsCubicIntersectionTest.cpp | 24 const CubicPts& cubic1 = tests[index][0]; in standardTestCases() local 27 c1.debugSet(cubic1.fPts); in standardTestCases() 35 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, iIndex, order1); in standardTestCases() 390 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2, in oneOff() argument 393 c1.debugSet(cubic1.fPts); in oneOff() 400 cubic1[0].fX, cubic1[0].fY, cubic1[1].fX, cubic1[1].fY, in oneOff() 401 cubic1[ in oneOff() 438 const CubicPts& cubic1 = testSet[outer]; oneOff() local 444 const CubicPts& cubic1 = newTestSet[outer]; newOneOff() local 450 const CubicPts& cubic1 = tests[index][0]; testsOneOff() local 477 CubicPts cubic1, cubic2; CubicIntersection_RandTest() local 528 const CubicPts& cubic1 = newTestSet[index0]; intersectionFinder() local [all...] |
H A D | GeometryTest.cpp | 550 SkPoint cubic1[4] = {pts[0], pts[0], pts[1], pts[2]}; in test_measure_rotation() 551 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SkMeasureNonInflectCubicRotation(cubic1), in test_measure_rotation()
|
H A D | PathOpsOpTest.cpp | 3596 CubicPts cubic1 = {{{0,1}, {1,5}, {-5.66666651f,3.33333349f}, {8.83333302f,2.33333349f}}}; in loop1asQuad() local 3599 c1.debugSet(cubic1.fPts); in loop1asQuad()
|
/third_party/skia/src/pathops/ |
H A D | SkAddIntersections.cpp | 288 SkDCubic cubic1, cubic2; in AddIntersectTs() local 481 pts = ts.intersect(cubic1.set(wt.pts()), quad2.set(wn.pts())); in AddIntersectTs() 486 pts = ts.intersect(cubic1.set(wt.pts() in AddIntersectTs() 494 pts = ts.intersect(cubic1.set(wt.pts()), cubic2.set(wn.pts())); in AddIntersectTs()
|
H A D | SkIntersections.h | 310 bool cubicExactEnd(const SkDCubic& cubic1, bool start, const SkDCubic& cubic2); 311 void cubicNearEnd(const SkDCubic& cubic1, bool start, const SkDCubic& cubic2, const SkDRect& );
|
H A D | SkPathOpsTSect.cpp | 2131 SkTCubic cubic1(c1); in intersect() 2133 SkTSect sect1(cubic1 SkDEBUGPARAMS(globalState()) PATH_OPS_DEBUG_T_SECT_PARAMS(1)); in intersect()
|
Completed in 27 milliseconds