/external/skia/src/pathops/ |
H A D | SkOpEdgeBuilder.cpp | 108 verb = SkReduceOrder::Cubic(curve, pts);
|
H A D | SkReduceOrder.cpp | 274 SkPath::Verb SkReduceOrder::Cubic(const SkPoint a[4], SkPoint* reducePts) { function in class:SkReduceOrder
|
/external/chromium_org/third_party/skia/src/pathops/ |
H A D | SkOpEdgeBuilder.cpp | 126 verb = SkReduceOrder::Cubic(curve, pts);
|
H A D | SkReduceOrder.cpp | 274 SkPath::Verb SkReduceOrder::Cubic(const SkPoint a[4], SkPoint* reducePts) { function in class:SkReduceOrder
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
H A D | QuadraticUtilities.cpp | 200 void toCubic(const Quadratic& quad, Cubic& cubic) {
|
H A D | EdgeWalker.cpp | 60 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 D | CubicParameterization.cpp | 426 bool implicit_matches(const Cubic& one, const Cubic& two) { 512 void tangent(const Cubic& cubic, double t, _Point& result) {
|
H A D | thingsToDo.txt | 151 On Quadratic (and Cubic) Intersections
|
H A D | Simplify.cpp | 16 // 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 D | QuadraticUtilities.cpp | 200 void toCubic(const Quadratic& quad, Cubic& cubic) {
|
H A D | EdgeWalker.cpp | 60 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 D | CubicParameterization.cpp | 426 bool implicit_matches(const Cubic& one, const Cubic& two) { 512 void tangent(const Cubic& cubic, double t, _Point& result) {
|
H A D | thingsToDo.txt | 151 On Quadratic (and Cubic) Intersections
|
H A D | Simplify.cpp | 16 // 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...] |