Searched refs:cubicEndPoints (Results 1 – 8 of 8) 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 | 215 lineParameters.cubicEndPoints(*this, startIndex, endIndex); in isLinear()
|
D | SkOpAngle.cpp | 1046 tangentPart.cubicEndPoints(fPart.fCurve.fCubic); in setSpans()
|
/external/skqp/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 | 215 lineParameters.cubicEndPoints(*this, startIndex, endIndex); in isLinear()
|
D | SkOpAngle.cpp | 1046 tangentPart.cubicEndPoints(fPart.fCurve.fCubic); in setSpans()
|
/external/skia/tests/ |
D | PathOpsLineParametetersTest.cpp | 47 lineParameters.cubicEndPoints(cubic, 0, 3); in DEF_TEST()
|
/external/skqp/tests/ |
D | PathOpsLineParametetersTest.cpp | 47 lineParameters.cubicEndPoints(cubic, 0, 3); in DEF_TEST()
|