Home
last modified time | relevance | path

Searched defs:pts (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/external/skqp/src/pathops/
DSkLineParameters.h31 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()
DSkAddIntersections.cpp15 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/
DSkLineParameters.h31 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()
DSkAddIntersections.cpp15 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/
DSkEdgeBuilder.cpp119 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 …]
DSkQuadClipper.h65 #define sk_assert_monotonic_x(pts, count) argument
66 #define sk_assert_monotonic_y(pts, count) argument
DSkEdgeClipper.h53 #define sk_assert_monotonic_x(pts, count) argument
54 #define sk_assert_monotonic_y(pts, count) argument
/external/skia/samplecode/
DSampleHairCurves.cpp33 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/
DSampleHairCurves.cpp40 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/
DSkEdgeBuilder.cpp119 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
DSkQuadClipper.h65 #define sk_assert_monotonic_x(pts, count) argument
66 #define sk_assert_monotonic_y(pts, count) argument
DSkEdgeClipper.h60 #define sk_assert_monotonic_x(pts, count) argument
61 #define sk_assert_monotonic_y(pts, count) argument
/external/skqp/tests/
DPathMeasureTest.cpp13 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
DSubsetPath.cpp66 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
DGeometryTest.cpp40 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/
DGrDashLinePathRenderer.cpp18 SkPoint pts[2]; in onCanDrawPath() local
51 SkPoint pts[2]; in onDrawPath() local
/external/skia/src/gpu/ops/
DGrDashLinePathRenderer.cpp18 SkPoint pts[2]; in onCanDrawPath() local
48 SkPoint pts[2]; in onDrawPath() local
/external/skia/tests/
DSubsetPath.cpp66 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
DGeometryTest.cpp40 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
DPathMeasureTest.cpp13 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/
DPathIterBench.cpp40 SkPoint pts[4]; in PathIterBench() local
73 SkPoint pts[4]; in onDraw() local
81 SkPoint pts[4]; in onDraw() local
/external/skia/gm/
Dgradtext.cpp31 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/
DSkSVGPoly.cpp16 void SkSVGPoly::setPoints(const SkSVGPointsType& pts) { in setPoints()
26 if (const auto* pts = v.as<SkSVGPointsValue>()) { in onSetAttribute() local
/external/skqp/experimental/svg/model/
DSkSVGPoly.cpp16 void SkSVGPoly::setPoints(const SkSVGPointsType& pts) { in setPoints()
26 if (const auto* pts = v.as<SkSVGPointsValue>()) { in onSetAttribute() local
/external/skqp/gm/
Dgradtext.cpp17 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

12345678910>>...20