Home
last modified time | relevance | path

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

/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.cpp129 lineParameters.cubicEndPoints(*this, startIndex, endIndex); in isLinear()
DSkOpAngle.cpp1045 tangentPart.cubicEndPoints(fCurvePart); in setSpans()
/external/chromium_org/third_party/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.cpp129 lineParameters.cubicEndPoints(*this, startIndex, endIndex); in isLinear()
DSkOpAngle.cpp1049 tangentPart.cubicEndPoints(fCurvePart); in setSpans()
/external/skia/experimental/Intersection/
DLineParameters.h24 void cubicEndPoints(const Cubic& pts) { in cubicEndPoints() function
25 cubicEndPoints(pts, 0, 3); in cubicEndPoints()
28 void cubicEndPoints(const Cubic& pts, int s, int e) { in cubicEndPoints() function
DLineParameteters_Test.cpp46 lineParameters.cubicEndPoints(cubic); in LineParameter_Test()
DCubicBezierClip.cpp21 endLine.cubicEndPoints(cubic1); in bezier_clip()
DCubicReduceOrder.cpp160 lineParameters.cubicEndPoints(cubic, startIndex, endIndex); in isLinear()
DSimplify.cpp891 fTangent1.cubicEndPoints(fCurvePart, 0, 1); in setSpans()
893 fTangent1.cubicEndPoints(fCurvePart, 0, 2); in setSpans()
896 fTangent1.cubicEndPoints(fCurvePart, 0, 3); in setSpans()
/external/chromium_org/third_party/skia/experimental/Intersection/
DLineParameters.h24 void cubicEndPoints(const Cubic& pts) { in cubicEndPoints() function
25 cubicEndPoints(pts, 0, 3); in cubicEndPoints()
28 void cubicEndPoints(const Cubic& pts, int s, int e) { in cubicEndPoints() function
DLineParameteters_Test.cpp46 lineParameters.cubicEndPoints(cubic); in LineParameter_Test()
DCubicBezierClip.cpp21 endLine.cubicEndPoints(cubic1); in bezier_clip()
DCubicReduceOrder.cpp160 lineParameters.cubicEndPoints(cubic, startIndex, endIndex); in isLinear()
DSimplify.cpp891 fTangent1.cubicEndPoints(fCurvePart, 0, 1); in setSpans()
893 fTangent1.cubicEndPoints(fCurvePart, 0, 2); in setSpans()
896 fTangent1.cubicEndPoints(fCurvePart, 0, 3); in setSpans()
/external/chromium_org/third_party/skia/tests/
DPathOpsLineParametetersTest.cpp45 lineParameters.cubicEndPoints(cubic, 0, 3); in DEF_TEST()
/external/skia/tests/
DPathOpsLineParametetersTest.cpp45 lineParameters.cubicEndPoints(cubic, 0, 3); in DEF_TEST()