/external/skqp/src/pathops/ |
D | SkLineParameters.h | 31 bool cubicEndPoints(const SkDCubic& pts) { in cubicEndPoints() 71 void cubicEndPoints(const SkDCubic& pts, int s, int e) { in cubicEndPoints() 85 void lineEndPoints(const SkDLine& pts) { in lineEndPoints() 91 bool quadEndPoints(const SkDQuad& pts) { in quadEndPoints() 110 void quadEndPoints(const SkDQuad& pts, int s, int e) { in quadEndPoints() 138 void cubicDistanceY(const SkDCubic& pts, SkDCubic& distance) const { in cubicDistanceY() 146 void quadDistanceY(const SkDQuad& pts, SkDQuad& distance) const { in quadDistanceY() 154 double controlPtDistance(const SkDCubic& pts, int index) const { in controlPtDistance() 159 double controlPtDistance(const SkDQuad& pts) const { in controlPtDistance()
|
D | SkAddIntersections.cpp | 15 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection() 35 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection() 56 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection() 76 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicLineIntersection() 96 static void debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicQuadIntersection() 116 static void debugShowConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicIntersection() 137 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicLineIntersection() 157 static void debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicQuadIntersection() 177 static void debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicConicIntersection() 197 static void debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicIntersection() [all …]
|
/external/skia/src/pathops/ |
D | SkLineParameters.h | 31 bool cubicEndPoints(const SkDCubic& pts) { in cubicEndPoints() 71 void cubicEndPoints(const SkDCubic& pts, int s, int e) { in cubicEndPoints() 85 void lineEndPoints(const SkDLine& pts) { in lineEndPoints() 91 bool quadEndPoints(const SkDQuad& pts) { in quadEndPoints() 110 void quadEndPoints(const SkDQuad& pts, int s, int e) { in quadEndPoints() 138 void cubicDistanceY(const SkDCubic& pts, SkDCubic& distance) const { in cubicDistanceY() 146 void quadDistanceY(const SkDQuad& pts, SkDQuad& distance) const { in quadDistanceY() 154 double controlPtDistance(const SkDCubic& pts, int index) const { in controlPtDistance() 159 double controlPtDistance(const SkDQuad& pts) const { in controlPtDistance()
|
D | SkAddIntersections.cpp | 15 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection() 35 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection() 56 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection() 76 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicLineIntersection() 96 static void debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicQuadIntersection() 116 static void debugShowConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicIntersection() 137 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicLineIntersection() 157 static void debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicQuadIntersection() 177 static void debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicConicIntersection() 197 static void debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicIntersection() [all …]
|
/external/skqp/src/core/ |
D | SkEdgeBuilder.cpp | 119 void SkBasicEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() 133 void SkAnalyticEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() 148 void SkBezierEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() 155 void SkBasicEdgeBuilder::addQuad(const SkPoint pts[]) { in addQuad() 161 void SkAnalyticEdgeBuilder::addQuad(const SkPoint pts[]) { in addQuad() 167 void SkBezierEdgeBuilder::addQuad(const SkPoint pts[]) { in addQuad() 174 void SkBasicEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() 180 void SkAnalyticEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() 186 void SkBezierEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() 195 SkEdgeBuilder::Combine SkBasicEdgeBuilder::addPolyLine(SkPoint pts[], in addPolyLine() [all …]
|
D | SkQuadClipper.h | 65 #define sk_assert_monotonic_x(pts, count) argument 66 #define sk_assert_monotonic_y(pts, count) argument
|
D | SkEdgeClipper.h | 53 #define sk_assert_monotonic_x(pts, count) argument 54 #define sk_assert_monotonic_y(pts, count) argument
|
/external/skia/samplecode/ |
D | SampleHairCurves.cpp | 33 SkScalar pts[] = { in onDrawContent() local 55 SkScalar pts[] = { in onDrawContent() local 73 SkScalar pts[] = { in onDrawContent() local 94 SkScalar pts[] = { in onDrawContent() local
|
/external/skqp/samplecode/ |
D | SampleHairCurves.cpp | 40 SkScalar pts[] = { in onDrawContent() local 62 SkScalar pts[] = { in onDrawContent() local 80 SkScalar pts[] = { in onDrawContent() local 101 SkScalar pts[] = { in onDrawContent() local
|
/external/skia/src/core/ |
D | SkEdgeBuilder.cpp | 119 void SkBasicEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() 133 void SkAnalyticEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() 148 void SkBasicEdgeBuilder::addQuad(const SkPoint pts[]) { in addQuad() 154 void SkAnalyticEdgeBuilder::addQuad(const SkPoint pts[]) { in addQuad() 161 void SkBasicEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() 167 void SkAnalyticEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() 176 SkEdgeBuilder::Combine SkBasicEdgeBuilder::addPolyLine(const SkPoint pts[], in addPolyLine() 188 SkEdgeBuilder::Combine SkAnalyticEdgeBuilder::addPolyLine(const SkPoint pts[], in addPolyLine() 305 SkPoint pts[4]; in build() local
|
D | SkQuadClipper.h | 65 #define sk_assert_monotonic_x(pts, count) argument 66 #define sk_assert_monotonic_y(pts, count) argument
|
D | SkEdgeClipper.h | 60 #define sk_assert_monotonic_x(pts, count) argument 61 #define sk_assert_monotonic_y(pts, count) argument
|
/external/skqp/tests/ |
D | PathMeasureTest.cpp | 13 const SkPoint pts[] = { in test_small_segment3() local 30 const SkPoint pts[] = { in test_small_segment2() local 46 const SkPoint pts[] = { in test_small_segment() local 206 SkPoint stdP, hiP, pts[] = {{0,0}, {100,0}, {100,0}}; in DEF_TEST() local
|
D | SubsetPath.cpp | 66 SkPoint pts[4]; in SubsetContours() local 103 SkPoint pts[4]; in getSubsetPath() local 157 SkPoint pts[4]; in SubsetVerbs() local 190 SkPoint pts[4]; in getSubsetPath() local
|
D | GeometryTest.cpp | 40 SkPoint pts[7]; in testChopCubic() local 64 SkPoint pts[3]; in test_evalquadat() local 103 SkPoint pts[3]; in test_conic() local 123 SkPoint pts[] = { in test_quad_tangents() local 143 SkPoint pts[] = { in test_conic_tangents() local 187 const SkPoint* pts = &triples[i]; in test_conic_to_quads() local 202 SkPoint pts[] = { in test_cubic_tangents() local 363 SkPoint pts[5]; in DEF_TEST() local
|
/external/skqp/src/gpu/ops/ |
D | GrDashLinePathRenderer.cpp | 18 SkPoint pts[2]; in onCanDrawPath() local 51 SkPoint pts[2]; in onDrawPath() local
|
/external/skia/src/gpu/ops/ |
D | GrDashLinePathRenderer.cpp | 18 SkPoint pts[2]; in onCanDrawPath() local 48 SkPoint pts[2]; in onDrawPath() local
|
/external/skia/tests/ |
D | SubsetPath.cpp | 66 SkPoint pts[4]; in SubsetContours() local 103 SkPoint pts[4]; in getSubsetPath() local 157 SkPoint pts[4]; in SubsetVerbs() local 190 SkPoint pts[4]; in getSubsetPath() local
|
D | GeometryTest.cpp | 40 SkPoint pts[7]; in testChopCubic() local 64 SkPoint pts[3]; in test_evalquadat() local 103 SkPoint pts[3]; in test_conic() local 123 SkPoint pts[] = { in test_quad_tangents() local 143 SkPoint pts[] = { in test_conic_tangents() local 187 const SkPoint* pts = &triples[i]; in test_conic_to_quads() local 199 SkPoint pts[] = { in test_cubic_tangents() local 360 SkPoint pts[5]; in DEF_TEST() local
|
D | PathMeasureTest.cpp | 13 const SkPoint pts[] = { in test_small_segment3() local 30 const SkPoint pts[] = { in test_small_segment2() local 46 const SkPoint pts[] = { in test_small_segment() local 206 SkPoint stdP, hiP, pts[] = {{0,0}, {100,0}, {100,0}}; in DEF_TEST() local
|
/external/skqp/bench/ |
D | PathIterBench.cpp | 40 SkPoint pts[4]; in PathIterBench() local 73 SkPoint pts[4]; in onDraw() local 81 SkPoint pts[4]; in onDraw() local
|
/external/skia/gm/ |
D | gradtext.cpp | 31 SkPoint pts[] = { { 0, 0 }, { width, 0 } }; in make_grad() local 39 SkPoint pts[] = { { 0, 0 }, { width, 0 } }; in make_grad2() local 46 SkPoint pts[] = { { 0, 0 }, { 1, 0 } }; in make_chrome_solid() local
|
/external/skia/experimental/svg/model/ |
D | SkSVGPoly.cpp | 16 void SkSVGPoly::setPoints(const SkSVGPointsType& pts) { in setPoints() 26 if (const auto* pts = v.as<SkSVGPointsValue>()) { in onSetAttribute() local
|
/external/skqp/experimental/svg/model/ |
D | SkSVGPoly.cpp | 16 void SkSVGPoly::setPoints(const SkSVGPointsType& pts) { in setPoints() 26 if (const auto* pts = v.as<SkSVGPointsValue>()) { in onSetAttribute() local
|
/external/skqp/gm/ |
D | gradtext.cpp | 17 SkPoint pts[] = { { 0, 0 }, { width, 0 } }; in make_grad() local 25 SkPoint pts[] = { { 0, 0 }, { width, 0 } }; in make_grad2() local 32 SkPoint pts[] = { { 0, 0 }, { 1, 0 } }; in make_chrome_solid() local
|