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

  /external/skia/tests/
PathOpsCubicIntersectionTest.cpp 23 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,
391 c2.debugSet(cubic2.fPts);
400 cubic2[0].fX, cubic2[0].fY, cubic2[1].fX, cubic2[1].fY,
401 cubic2[2].fX, cubic2[2].fY, cubic2[3].fX, cubic2[3].fY)
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...]
PathOpsOpTest.cpp 3593 CubicPts cubic2 = {{{1,5}, {-5.66666651f,3.33333349f}, {8.83333302f,2.33333349f}, {0,1}}}; local
    [all...]
  /external/skia/src/pathops/
SkPathOpsTSect.cpp 55 int SkIntersections::intersect(const SkDCubic& cubic1, const SkDCubic& cubic2) {
58 SkTSect<SkDCubic, SkDCubic> sect2(cubic2
SkIntersections.h 306 bool cubicExactEnd(const SkDCubic& cubic1, bool start, const SkDCubic& cubic2);
307 void cubicNearEnd(const SkDCubic& cubic1, bool start, const SkDCubic& cubic2, const SkDRect& );
SkAddIntersections.cpp 286 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()));

Completed in 3275 milliseconds