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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkLineParameters.h31 bool cubicEndPoints(const SkDCubic& pts) { function in class:SkLineParameters
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) { function in class:SkLineParameters
78 cubicEndPoints(part);
H A DSkPathOpsCubic.cpp129 lineParameters.cubicEndPoints(*this, startIndex, endIndex);
H A DSkOpAngle.cpp1049 tangentPart.cubicEndPoints(fCurvePart);
/external/skia/src/pathops/
H A DSkLineParameters.h31 bool cubicEndPoints(const SkDCubic& pts) { function in class:SkLineParameters
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) { function in class:SkLineParameters
78 cubicEndPoints(part);
H A DSkPathOpsCubic.cpp129 lineParameters.cubicEndPoints(*this, startIndex, endIndex);
H A DSkOpAngle.cpp1045 tangentPart.cubicEndPoints(fCurvePart);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineParameters.h24 void cubicEndPoints(const Cubic& pts) { function in class:LineParameters
25 cubicEndPoints(pts, 0, 3);
28 void cubicEndPoints(const Cubic& pts, int s, int e) { function in class:LineParameters
H A DLineParameteters_Test.cpp46 lineParameters.cubicEndPoints(cubic);
H A DCubicBezierClip.cpp21 endLine.cubicEndPoints(cubic1);
H A DCubicReduceOrder.cpp160 lineParameters.cubicEndPoints(cubic, startIndex, endIndex);
H A DSimplify.cpp891 fTangent1.cubicEndPoints(fCurvePart, 0, 1);
893 fTangent1.cubicEndPoints(fCurvePart, 0, 2);
896 fTangent1.cubicEndPoints(fCurvePart, 0, 3);
/external/skia/experimental/Intersection/
H A DLineParameters.h24 void cubicEndPoints(const Cubic& pts) { function in class:LineParameters
25 cubicEndPoints(pts, 0, 3);
28 void cubicEndPoints(const Cubic& pts, int s, int e) { function in class:LineParameters
H A DLineParameteters_Test.cpp46 lineParameters.cubicEndPoints(cubic);
H A DCubicBezierClip.cpp21 endLine.cubicEndPoints(cubic1);
H A DCubicReduceOrder.cpp160 lineParameters.cubicEndPoints(cubic, startIndex, endIndex);
H A DSimplify.cpp891 fTangent1.cubicEndPoints(fCurvePart, 0, 1);
893 fTangent1.cubicEndPoints(fCurvePart, 0, 2);
896 fTangent1.cubicEndPoints(fCurvePart, 0, 3);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsLineParametetersTest.cpp45 lineParameters.cubicEndPoints(cubic, 0, 3);
/external/skia/tests/
H A DPathOpsLineParametetersTest.cpp45 lineParameters.cubicEndPoints(cubic, 0, 3);

Completed in 291 milliseconds