/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 | 129 lineParameters.cubicEndPoints(*this, startIndex, endIndex); in isLinear()
|
D | SkOpAngle.cpp | 1045 tangentPart.cubicEndPoints(fCurvePart); in setSpans()
|
/external/chromium_org/third_party/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 | 129 lineParameters.cubicEndPoints(*this, startIndex, endIndex); in isLinear()
|
D | SkOpAngle.cpp | 1049 tangentPart.cubicEndPoints(fCurvePart); in setSpans()
|
/external/skia/experimental/Intersection/ |
D | LineParameters.h | 24 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
|
D | LineParameteters_Test.cpp | 46 lineParameters.cubicEndPoints(cubic); in LineParameter_Test()
|
D | CubicBezierClip.cpp | 21 endLine.cubicEndPoints(cubic1); in bezier_clip()
|
D | CubicReduceOrder.cpp | 160 lineParameters.cubicEndPoints(cubic, startIndex, endIndex); in isLinear()
|
D | Simplify.cpp | 891 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/ |
D | LineParameters.h | 24 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
|
D | LineParameteters_Test.cpp | 46 lineParameters.cubicEndPoints(cubic); in LineParameter_Test()
|
D | CubicBezierClip.cpp | 21 endLine.cubicEndPoints(cubic1); in bezier_clip()
|
D | CubicReduceOrder.cpp | 160 lineParameters.cubicEndPoints(cubic, startIndex, endIndex); in isLinear()
|
D | Simplify.cpp | 891 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/ |
D | PathOpsLineParametetersTest.cpp | 45 lineParameters.cubicEndPoints(cubic, 0, 3); in DEF_TEST()
|
/external/skia/tests/ |
D | PathOpsLineParametetersTest.cpp | 45 lineParameters.cubicEndPoints(cubic, 0, 3); in DEF_TEST()
|