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

  /external/skia/tests/
PathOpsCubicIntersectionTest.cpp 22 const CubicPts& cubic1 = tests[index][0]; local
25 c1.debugSet(cubic1.fPts);
33 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, iIndex, order1);
388 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2,
391 c1.debugSet(cubic1.fPts);
398 cubic1[0].fX, cubic1[0].fY, cubic1[1].fX, cubic1[1].fY,
399 cubic1[2].fX, cubic1[2].fY, cubic1[3].fX, cubic1[3].fY)
439 const CubicPts& cubic1 = testSet[outer]; local
445 const CubicPts& cubic1 = newTestSet[outer]; local
451 const CubicPts& cubic1 = tests[index][0]; local
478 CubicPts cubic1, cubic2; local
529 const CubicPts& cubic1 = newTestSet[index0]; local
    [all...]
PathOpsOpTest.cpp 3592 CubicPts cubic1 = {{{0,1}, {1,5}, {-5.66666651f,3.33333349f}, {8.83333302f,2.33333349f}}}; local
    [all...]
  /external/skqp/tests/
PathOpsCubicIntersectionTest.cpp 22 const CubicPts& cubic1 = tests[index][0]; local
25 c1.debugSet(cubic1.fPts);
33 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, iIndex, order1);
387 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2,
390 c1.debugSet(cubic1.fPts);
397 cubic1[0].fX, cubic1[0].fY, cubic1[1].fX, cubic1[1].fY,
398 cubic1[2].fX, cubic1[2].fY, cubic1[3].fX, cubic1[3].fY)
438 const CubicPts& cubic1 = testSet[outer]; local
444 const CubicPts& cubic1 = newTestSet[outer]; local
450 const CubicPts& cubic1 = tests[index][0]; local
477 CubicPts cubic1, cubic2; local
528 const CubicPts& cubic1 = newTestSet[index0]; local
    [all...]
PathOpsOpTest.cpp 3592 CubicPts cubic1 = {{{0,1}, {1,5}, {-5.66666651f,3.33333349f}, {8.83333302f,2.33333349f}}}; local
    [all...]
  /external/skia/src/pathops/
SkPathOpsTSect.cpp 55 int SkIntersections::intersect(const SkDCubic& cubic1, const SkDCubic& cubic2) {
56 SkTSect<SkDCubic, SkDCubic> sect1(cubic1
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
479 pts = ts.intersect(cubic1.set(wt.pts()), quad2.set(wn.pts()));
484 pts = ts.intersect(cubic1.set(wt.pts()
492 pts = ts.intersect(cubic1.set(wt.pts()), cubic2.set(wn.pts()));
  /external/skqp/src/pathops/
SkPathOpsTSect.cpp 55 int SkIntersections::intersect(const SkDCubic& cubic1, const SkDCubic& cubic2) {
56 SkTSect<SkDCubic, SkDCubic> sect1(cubic1
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
479 pts = ts.intersect(cubic1.set(wt.pts()), quad2.set(wn.pts()));
484 pts = ts.intersect(cubic1.set(wt.pts()
492 pts = ts.intersect(cubic1.set(wt.pts()), cubic2.set(wn.pts()));

Completed in 321 milliseconds