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

  /external/skia/src/pathops/
SkLineParameters.h 31 bool cubicEndPoints(const SkDCubic& pts) {
33 cubicEndPoints(pts, 0, endIndex);
38 cubicEndPoints(pts, 0, ++endIndex);
44 cubicEndPoints(pts, 0, ++endIndex); // line
71 void cubicEndPoints(const SkDCubic& pts, int s, int e) {
78 cubicEndPoints(part);
SkPathOpsCubic.cpp 216 lineParameters.cubicEndPoints(*this, startIndex, endIndex);
SkOpAngle.cpp     [all...]
  /external/skia/tests/
PathOpsLineParametetersTest.cpp 47 lineParameters.cubicEndPoints(cubic, 0, 3);

Completed in 64 milliseconds