HomeSort by relevance Sort by last modified time
    Searched full:cubicline (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/tests/
PathOpsCubicQuadIntersectionTest.cpp 181 SkDLine cubicLine = {{ {0, 0}, {cubic[0].fX, cubic[0].fY } }};
187 cubicLine[0] = cubicLine[1];
188 cubicLine[1] = cubic.ptAtT(i3 / 1000.);
191 liner.intersect(nearby, cubicLine);
  /external/skia/tests/
PathOpsCubicQuadIntersectionTest.cpp 181 SkDLine cubicLine = {{ {0, 0}, {cubic[0].fX, cubic[0].fY } }};
187 cubicLine[0] = cubicLine[1];
188 cubicLine[1] = cubic.ptAtT(i3 / 1000.);
191 liner.intersect(nearby, cubicLine);
  /external/chromium_org/third_party/skia/src/pathops/
SkAddIntersections.cpp 283 pts = ts.cubicLine(wn.pts(), wt.pts());
336 pts = ts.cubicLine(wt.pts(), wn.pts());
SkIntersections.h 77 int cubicLine(const SkPoint a[4], const SkPoint b[2]) {
  /external/skia/src/pathops/
SkAddIntersections.cpp 283 pts = ts.cubicLine(wn.pts(), wt.pts());
336 pts = ts.cubicLine(wt.pts(), wn.pts());
SkIntersections.h 77 int cubicLine(const SkPoint a[4], const SkPoint b[2]) {

Completed in 610 milliseconds