Searched defs:cubic2 (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsTSect.cpp55 int SkIntersections::intersect(const SkDCubic& cubic1, const SkDCubic& cubic2) { argument
58 SkTSect<SkDCubic, SkDCubic> sect2(cubic2
H A DSkAddIntersections.cpp286 SkDCubic cubic1, cubic2; local
415 pts = ts.intersect(cubic2.set(wn.pts()), quad1.set(wt.pts()));
453 pts = ts.intersect(cubic2.set(wn.pts()
492 pts = ts.intersect(cubic1.set(wt.pts()), cubic2.set(wn.pts()));
/external/skia/tests/
H A DPathOpsCubicIntersectionTest.cpp23 const CubicPts& cubic2 = tests[index][1]; local
26 c2.debugSet(cubic2.fPts);
39 SkDebugf("%s [%d] cubic2 order=%d\n", __FUNCTION__, iIndex, order2);
387 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2, argument
391 c2.debugSet(cubic2.fPts);
400 cubic2[0].fX, cubic2[0].fY, cubic2[1].fX, cubic2[1].fY,
401 cubic2[
439 const CubicPts& cubic2 = testSet[inner]; local
445 const CubicPts& cubic2 = newTestSet[inner]; local
451 const CubicPts& cubic2 = tests[index][1]; local
477 CubicPts cubic1, cubic2; local
529 const CubicPts& cubic2 = newTestSet[index1]; local
[all...]
H A DPathOpsOpTest.cpp3593 CubicPts cubic2 = {{{1,5}, {-5.66666651f,3.33333349f}, {8.83333302f,2.33333349f}, {0,1}}}; local
3596 c2.debugSet(cubic2.fPts);

Completed in 328 milliseconds