Home
last modified time | relevance | path

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

/third_party/skia/tests/
DPathOpsCubicIntersectionTest.cpp24 const CubicPts& cubic1 = tests[index][0]; in standardTestCases() local
27 c1.debugSet(cubic1.fPts); 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[2].fX, cubic1[2].fY, cubic1[3].fX, cubic1[3].fY); in oneOff()
438 const CubicPts& cubic1 = testSet[outer]; in oneOff() local
440 oneOff(reporter, cubic1, cubic2, false); in oneOff()
444 const CubicPts& cubic1 = newTestSet[outer]; in newOneOff() local
446 oneOff(reporter, cubic1, cubic2, false); in newOneOff()
[all …]
DGeometryTest.cpp550 SkPoint cubic1[4] = {pts[0], pts[0], pts[1], pts[2]}; in test_measure_rotation() local
551 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SkMeasureNonInflectCubicRotation(cubic1), in test_measure_rotation()
DPathOpsOpTest.cpp3596 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/
DSkAddIntersections.cpp288 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()
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& );
DSkPathOpsTSect.cpp2131 SkTCubic cubic1(c1); in intersect() local
2133 SkTSect sect1(cubic1 SkDEBUGPARAMS(globalState()) PATH_OPS_DEBUG_T_SECT_PARAMS(1)); in intersect()