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

  /external/skia/src/pathops/
SkAddIntersections.cpp 287 SkDCubic cubic1, cubic2; local
478 pts = ts.intersect(cubic1.set(wt.pts()), quad2.set(wn.pts()));
483 pts = ts.intersect(cubic1.set(wt.pts()),
489 pts = ts.intersect(cubic1.set(wt.pts()), cubic2.set(wn.pts()));
  /external/skia/tests/
PathOpsCubicIntersectionTest.cpp 20 const SkDCubic& cubic1 = tests[index][0]; local
23 int order1 = reduce1.reduce(cubic1, SkReduceOrder::kNo_Quadratics);
28 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, iIndex, order1);
39 tIntersections.intersect(cubic1, cubic2);
54 SkDPoint xy1 = cubic1.ptAtT(tt1);
379 static void oneOff(skiatest::Reporter* reporter, const SkDCubic& cubic1, const SkDCubic& cubic2,
381 SkASSERT(ValidCubic(cubic1));
386 cubic1[0].fX, cubic1[0].fY, cubic1[1].fX, cubic1[1].fY
427 const SkDCubic& cubic1 = testSet[outer]; local
433 const SkDCubic& cubic1 = newTestSet[outer]; local
460 SkDCubic cubic1, cubic2; local
508 const SkDCubic& cubic1 = newTestSet[index0]; local
667 const SkDCubic& cubic1 = coinSet[index]; local
    [all...]

Completed in 425 milliseconds