HomeSort by relevance Sort by last modified time
    Searched defs:cubic2 (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pathops/
SkAddIntersections.cpp 287 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/
PathOpsCubicIntersectionTest.cpp 23 const SkDCubic& cubic2 = tests[index][1]; local
26 int order2 = reduce2.reduce(cubic2, SkReduceOrder::kNo_Quadratics);
36 SkDebugf("%s [%d] cubic2 order=%d\n", __FUNCTION__, iIndex, order2);
41 tIntersections.intersect(cubic1, cubic2);
58 SkDPoint xy2 = cubic2.ptAtT(tt2);
381 static void oneOff(skiatest::Reporter* reporter, const SkDCubic& cubic1, const SkDCubic& cubic2,
384 SkASSERT(ValidCubic(cubic2));
391 cubic2[0].fX, cubic2[0].fY, cubic2[1].fX, cubic2[1].fY
430 const SkDCubic& cubic2 = testSet[inner]; local
436 const SkDCubic& cubic2 = newTestSet[inner]; local
442 const SkDCubic& cubic2 = tests[index][1]; local
468 SkDCubic cubic1, cubic2; local
517 const SkDCubic& cubic2 = newTestSet[index1]; local
685 const SkDCubic& cubic2 = coinSet[index + 1]; local
    [all...]

Completed in 83 milliseconds