Searched refs:Cubic (Results 76 - 89 of 89) sorted by relevance

1234

/external/skia/src/pathops/
H A DSkOpEdgeBuilder.cpp108 verb = SkReduceOrder::Cubic(curve, pts);
H A DSkReduceOrder.cpp274 SkPath::Verb SkReduceOrder::Cubic(const SkPoint a[4], SkPoint* reducePts) { function in class:SkReduceOrder
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpEdgeBuilder.cpp126 verb = SkReduceOrder::Cubic(curve, pts);
H A DSkReduceOrder.cpp274 SkPath::Verb SkReduceOrder::Cubic(const SkPoint a[4], SkPoint* reducePts) { function in class:SkReduceOrder
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticUtilities.cpp200 void toCubic(const Quadratic& quad, Cubic& cubic) {
H A DEdgeWalker.cpp60 static const char* kUVerbStr[] = {"", "Line", "Quad", "Cubic"};
80 const Cubic aCubic = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY},
96 const Cubic aCubic = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY},
98 const Cubic bCubic = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}, {b[2].fX, b[2].fY},
118 const Cubic aCubic = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY},
140 const Cubic cubic = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY},
163 const Cubic cubic = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY},
197 const Cubic aCubic = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY},
199 Cubic dst;
250 const Cubic aCubi
[all...]
H A DCubicParameterization.cpp426 bool implicit_matches(const Cubic& one, const Cubic& two) {
512 void tangent(const Cubic& cubic, double t, _Point& result) {
H A DthingsToDo.txt151 On Quadratic (and Cubic) Intersections
H A DSimplify.cpp16 // A Verb is one of Line, Quad(ratic), or Cubic
111 // static const char* kUVerbStr[] = {"", "Line", "Quad", "Cubic"};
135 const Cubic cubic = {{pts[0].fX, pts[0].fY}, {pts[1].fX, pts[1].fY}, \
454 Cubic dst;
484 static void CubicSubDivideHD(const SkPoint a[4], double startT, double endT, Cubic& dst) {
550 Cubic dst;
771 const Cubic& part = useThis ? fCurvePart : rh.fCurvePart;
986 Cubic fCurvePart;
3457 Cubic dst;
3492 Cubic ds
[all...]
/external/skia/experimental/Intersection/
H A DQuadraticUtilities.cpp200 void toCubic(const Quadratic& quad, Cubic& cubic) {
H A DEdgeWalker.cpp60 static const char* kUVerbStr[] = {"", "Line", "Quad", "Cubic"};
80 const Cubic aCubic = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY},
96 const Cubic aCubic = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY},
98 const Cubic bCubic = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}, {b[2].fX, b[2].fY},
118 const Cubic aCubic = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY},
140 const Cubic cubic = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY},
163 const Cubic cubic = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY},
197 const Cubic aCubic = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY},
199 Cubic dst;
250 const Cubic aCubi
[all...]
H A DCubicParameterization.cpp426 bool implicit_matches(const Cubic& one, const Cubic& two) {
512 void tangent(const Cubic& cubic, double t, _Point& result) {
H A DthingsToDo.txt151 On Quadratic (and Cubic) Intersections
H A DSimplify.cpp16 // A Verb is one of Line, Quad(ratic), or Cubic
111 // static const char* kUVerbStr[] = {"", "Line", "Quad", "Cubic"};
135 const Cubic cubic = {{pts[0].fX, pts[0].fY}, {pts[1].fX, pts[1].fY}, \
454 Cubic dst;
484 static void CubicSubDivideHD(const SkPoint a[4], double startT, double endT, Cubic& dst) {
550 Cubic dst;
771 const Cubic& part = useThis ? fCurvePart : rh.fCurvePart;
986 Cubic fCurvePart;
3457 Cubic dst;
3492 Cubic ds
[all...]

Completed in 258 milliseconds

1234