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

/external/skia/src/pathops/
H A DSkPathOpsTSect.cpp45 int SkIntersections::intersect(const SkDCubic& cubic1, const SkDCubic& cubic2) { argument
47 SkTSect<SkDCubic, SkDCubic> sect2(cubic2 PATH_OPS_DEBUG_T_SECT_PARAMS(2));
H A DSkAddIntersections.cpp287 SkDCubic cubic1, cubic2; local
416 pts = ts.intersect(cubic2.set(wn.pts()), quad1.set(wt.pts()));
454 pts = ts.intersect(cubic2.set(wn.pts()),
489 pts = ts.intersect(cubic1.set(wt.pts()), cubic2.set(wn.pts()));
/external/skia/tests/
H A DPathOpsCubicIntersectionTest.cpp21 const SkDCubic& cubic2 = tests[index][1]; local
24 int order2 = reduce2.reduce(cubic2, SkReduceOrder::kNo_Quadratics);
34 SkDebugf("%s [%d] cubic2 order=%d\n", __FUNCTION__, iIndex, order2);
39 tIntersections.intersect(cubic1, cubic2);
56 SkDPoint xy2 = cubic2.ptAtT(tt2);
379 static void oneOff(skiatest::Reporter* reporter, const SkDCubic& cubic1, const SkDCubic& cubic2, argument
382 SkASSERT(ValidCubic(cubic2));
389 cubic2[0].fX, cubic2[0].fY, cubic2[
428 const SkDCubic& cubic2 = testSet[inner]; local
434 const SkDCubic& cubic2 = newTestSet[inner]; local
460 SkDCubic cubic1, cubic2; local
509 const SkDCubic& cubic2 = newTestSet[index1]; local
668 const SkDCubic& cubic2 = coinSet[index + 1]; local
[all...]

Completed in 192 milliseconds