Searched refs:cubicEndPoints (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkLineParameters.h | 31 bool cubicEndPoints(const SkDCubic& pts) { in cubicEndPoints() function 33 cubicEndPoints(pts, 0, endIndex); in cubicEndPoints() 38 cubicEndPoints(pts, 0, ++endIndex); in cubicEndPoints() 44 cubicEndPoints(pts, 0, ++endIndex); // line in cubicEndPoints() 71 void cubicEndPoints(const SkDCubic& pts, int s, int e) { in cubicEndPoints() function 78 cubicEndPoints(part); in cubicPart()
|
D | SkPathOpsCubic.cpp | 216 lineParameters.cubicEndPoints(*this, startIndex, endIndex); in isLinear()
|
D | SkOpAngle.cpp | 959 tangentPart.cubicEndPoints(fCurvePart.fCubic); in setSpans()
|
/external/skia/tests/ |
D | PathOpsLineParametetersTest.cpp | 45 lineParameters.cubicEndPoints(cubic, 0, 3); in DEF_TEST()
|