Home
last modified time | relevance | path

Searched refs:cubicEndPoints (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/pathops/
DSkLineParameters.h31 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()
DSkPathOpsCubic.cpp215 lineParameters.cubicEndPoints(*this, startIndex, endIndex); in isLinear()
DSkOpAngle.cpp1046 tangentPart.cubicEndPoints(fPart.fCurve.fCubic); in setSpans()
/external/skia/src/pathops/
DSkLineParameters.h31 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()
DSkPathOpsCubic.cpp216 lineParameters.cubicEndPoints(*this, startIndex, endIndex); in isLinear()
DSkOpAngle.cpp1046 tangentPart.cubicEndPoints(fPart.fCurve.fCubic); in setSpans()
/external/skqp/tests/
DPathOpsLineParametetersTest.cpp47 lineParameters.cubicEndPoints(cubic, 0, 3); in DEF_TEST()
/external/skia/tests/
DPathOpsLineParametetersTest.cpp47 lineParameters.cubicEndPoints(cubic, 0, 3); in DEF_TEST()