Home
last modified time | relevance | path

Searched refs:cubic2 (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/tests/
H A DPathOpsCubicIntersectionTest.cpp25 const CubicPts& cubic2 = tests[index][1]; in standardTestCases() local
28 c2.debugSet(cubic2.fPts); in standardTestCases()
41 SkDebugf("%s [%d] cubic2 order=%d\n", __FUNCTION__, iIndex, order2); in standardTestCases()
390 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2, in oneOff() argument
394 c2.debugSet(cubic2.fPts); in oneOff()
403 cubic2[0].fX, cubic2[0].fY, cubic2[1].fX, cubic2[1].fY, in oneOff()
404 cubic2[ in oneOff()
439 const CubicPts& cubic2 = testSet[inner]; oneOff() local
445 const CubicPts& cubic2 = newTestSet[inner]; newOneOff() local
451 const CubicPts& cubic2 = tests[index][1]; testsOneOff() local
477 CubicPts cubic1, cubic2; CubicIntersection_RandTest() local
529 const CubicPts& cubic2 = newTestSet[index1]; intersectionFinder() local
[all...]
H A DGeometryTest.cpp554 SkPoint cubic2[4] = {pts[0], pts[1], pts[1], pts[2]}; in test_measure_rotation()
555 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SkMeasureNonInflectCubicRotation(cubic2), in test_measure_rotation()
H A DPathOpsOpTest.cpp3597 CubicPts cubic2 = {{{1,5}, {-5.66666651f,3.33333349f}, {8.83333302f,2.33333349f}, {0,1}}}; in loop1asQuad() local
3600 c2.debugSet(cubic2.fPts); in loop1asQuad()
/third_party/skia/src/pathops/
H A DSkAddIntersections.cpp288 SkDCubic cubic1, cubic2; in AddIntersectTs() local
417 pts = ts.intersect(cubic2.set(wn.pts()), quad1.set(wt.pts())); in AddIntersectTs()
455 pts = ts.intersect(cubic2.set(wn.pts() in AddIntersectTs()
494 pts = ts.intersect(cubic1.set(wt.pts()), cubic2.set(wn.pts())); in AddIntersectTs()
H A DSkIntersections.h310 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 DSkPathOpsTSect.cpp2132 SkTCubic cubic2(c2); in intersect()
2134 SkTSect sect2(cubic2 SkDEBUGPARAMS(globalState()) PATH_OPS_DEBUG_T_SECT_PARAMS(2)); in intersect()

Completed in 29 milliseconds