Home
last modified time | relevance | path

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

12345678910>>...14

/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/
Ddifference_type.hpp32 struct pts struct
34 typedef BOOST_DEDUCED_TYPENAME C::difference_type type;
42 struct pts struct
44 …ENAME boost::iterator_difference< BOOST_DEDUCED_TYPENAME P::first_type>::type type;
52 struct pts struct
54 typedef std::ptrdiff_t type;
62 struct pts struct
64 typedef std::ptrdiff_t type;
72 struct pts struct
74 typedef std::ptrdiff_t type;
[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.cpp31 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection()
51 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection()
72 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection()
92 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicLineIntersection()
112 static void debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicQuadIntersection()
132 static void debugShowConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicIntersection()
153 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicLineIntersection()
173 static void debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicQuadIntersection()
193 static void debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicConicIntersection()
213 static void debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicIntersection()
[all …]
/external/skia/tests/
DWangsFormulaTest.cpp119 SkPoint pts[4]; in for_random_beziers() local
134 auto setupCubicLengthTerm = [](int seed, SkPoint pts[], float term) { in DEF_TEST()
172 auto setupQuadraticLengthTerm = [](int seed, SkPoint pts[], float term) { in DEF_TEST()
209 SkPoint pts[4]; in DEF_TEST() local
251 auto check_cubic_log2 = [&](const SkPoint* pts) { in DEF_TEST()
259 auto check_quadratic_log2 = [&](const SkPoint* pts) { in DEF_TEST()
270 SkPoint pts[4]; in DEF_TEST() local
281 for_random_beziers(4, &rand, [&](const SkPoint pts[]) { in DEF_TEST()
285 for_random_beziers(3, &rand, [&](const SkPoint pts[]) { in DEF_TEST()
292 auto check_cubic_log2_with_transform = [&](const SkPoint* pts, const SkMatrix& m){ in DEF_TEST()
[all …]
DPathMeasureTest.cpp27 const SkPoint pts[] = { in test_small_segment3() local
59 const SkPoint pts[] = { in test_small_segment2() local
75 const SkPoint pts[] = { in test_small_segment() local
239 SkPoint stdP, hiP, pts[] = {{0,0}, {100,0}, {100,0}}; in DEF_TEST() local
DGeometryTest.cpp50 SkPoint pts[7]; in testChopCubic() local
74 SkPoint pts[4] = {{rand.nextF(), rand.nextF()}, {rand.nextF(), rand.nextF()}, in testChopCubic() local
141 SkPoint pts[3]; in test_evalquadat() local
180 SkPoint pts[3]; in test_conic() local
200 SkPoint pts[] = { in test_quad_tangents() local
220 SkPoint pts[] = { in test_conic_tangents() local
264 const SkPoint* pts = &triples[i]; in test_conic_to_quads() local
276 SkPoint pts[] = { in test_cubic_tangents() local
631 SkPoint pts[5]; in DEF_TEST() local
/external/sdv/vsomeip/third_party/boost/range/test/
Dcompat3.cpp26 struct pts struct
28 typedef BOOST_DEDUCED_TYPENAME C::iterator type;
36 struct pts struct
38 typedef C type;
Dcompat2.cpp26 struct pts struct
28 typedef BOOST_DEDUCED_TYPENAME C::iterator type;
36 struct pts struct
38 typedef C type;
/external/skia/src/core/
DSkEdgeBuilder.cpp133 void SkBasicEdgeBuilder::addLine(const SkPoint pts[]) { in addLine()
147 void SkAnalyticEdgeBuilder::addLine(const SkPoint pts[]) { in addLine()
162 void SkBasicEdgeBuilder::addQuad(const SkPoint pts[]) { in addQuad()
168 void SkAnalyticEdgeBuilder::addQuad(const SkPoint pts[]) { in addQuad()
175 void SkBasicEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic()
181 void SkAnalyticEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic()
190 SkEdgeBuilder::Combine SkBasicEdgeBuilder::addPolyLine(const SkPoint pts[], in addPolyLine()
202 SkEdgeBuilder::Combine SkAnalyticEdgeBuilder::addPolyLine(const SkPoint pts[], in addPolyLine()
315 SkPoint pts[4]; in build() local
DSkQuadClipper.h69 #define sk_assert_monotonic_x(pts, count) argument
70 #define sk_assert_monotonic_y(pts, count) argument
DSkEdgeClipper.h65 #define sk_assert_monotonic_x(pts, count) argument
66 #define sk_assert_monotonic_y(pts, count) argument
DSkPath.cpp406 const SkPoint* pts = fPathRef->points(); in isLine() local
519 const SkPoint* pts = fPathRef->points(); in isRect() local
752 SkPoint* pts = ed.growForVerb(kQuad_Verb); in quadTo() local
782 SkPoint* pts = ed.growForVerb(kConic_Verb, w); in conicTo() local
806 SkPoint* pts = ed.growForVerb(kCubic_Verb); in cubicTo() local
890 SkPath& SkPath::addPoly(const SkPoint pts[], int count, bool close) { in addPoly()
1083 const SkPoint* pts = fPathRef->points() + startPtIndex; in isZeroLengthSincePoint() local
1548 const SkPoint* pts = path.fPathRef->pointsEnd() - 1; in reversePathTo() local
1590 const SkPoint* pts = src->fPathRef->pointsEnd(); in reverseAddPath() local
1684 SkPoint pts[4]; in transform() local
[all …]
DSkEdgeClipper.cpp58 const SkPoint pts[] = { p0, p1 }; in clipLine() local
150 SkPoint pts[3]; in clipMonoQuad() local
343 SkPoint pts[4]; in clipMonoCubic() local
506 SkPath::Verb SkEdgeClipper::next(SkPoint pts[]) { in next()
553 void sk_assert_monotonic_y(const SkPoint pts[], int count) { in sk_assert_monotonic_y()
559 void sk_assert_monotonic_x(const SkPoint pts[], int count) { in sk_assert_monotonic_x()
/external/skia/gm/
Dpoints.cpp32 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { in fill_pts()
59 SkPoint* pts = new SkPoint[n]; in onDraw() local
80 SkPoint pts[N]; variable
Dgradtext.cpp32 SkPoint pts[] = { { 0, 0 }, { width, 0 } }; in make_grad() local
40 SkPoint pts[] = { { 0, 0 }, { width, 0 } }; in make_grad2() local
47 SkPoint pts[] = { { 0, 0 }, { 1, 0 } }; in make_chrome_solid() local
Dpatharcto.cpp60 static SkPath old_school_polygon(const SkPoint pts[], size_t count, bool isClosed) { in old_school_polygon()
66 static SkPath new_school_polygon(const SkPoint pts[], size_t count, bool isClosed) { in new_school_polygon()
Dsavelayer.cpp91 const SkPoint pts[] = { {r.fLeft,0}, {r.fRight, 0} }; in draw_cell() local
196 SkPoint pts[] = {{0, 0}, {0, 100}, {100, 100}, {100, 0}, {100, 100}, {0, 100}}; in draw_vertices() local
207 SkPoint pts[] = {{50, 50}, {75, 75}}; in draw_points() local
Ddrawquadset.cpp50 static constexpr SkPoint pts[] = { {0.f, 0.f}, {0.25f * kTileWidth, 0.25f * kTileHeight} }; in draw_gradient_tiles() local
153 SkPoint pts[] = {{x * kTileWidth, 0}, {x * kTileWidth, kRowCount * kTileHeight}}; in draw_tile_boundaries() local
160 SkPoint pts[] = {{0, y * kTileHeight}, {kTileWidth * kColCount, y * kTileHeight}}; in draw_tile_boundaries() local
Dgradients.cpp201 SkPoint pts[2] = { in onDraw() local
258 SkPoint pts[2] ={ in onDraw() local
310 SkPoint pts[2] = { in onDraw() local
684 SkPoint pts[2] = { {0, 0}, {0, 0} }; in onOnceBeforeDraw() local
732 SkPoint pts[2]; in onDraw() member
779 const SkPoint pts[] { { 30, 30 }, { SIZE - 30, SIZE - 30 } }; in make_linear() local
860 const SkPoint pts[] = { {50, 50}, {450, 450}}; in draw_many_stops() local
886 const SkPoint pts[] = {{50, 50}, {450, 450}}; in draw_many_hard_stops() local
1100 static const SkPoint pts[] = { { size / 3, size / 3 }, { size * 2 / 3, size * 2 / 3} }; variable
1142 SkPoint pts[] = {{0, 0}, {200, 0}}; variable
[all …]
/external/skia/src/gpu/ganesh/ops/
DDashLinePathRenderer.cpp27 SkPoint pts[2]; in onCanDrawPath() local
57 SkPoint pts[2]; in onDrawPath() local
/external/skia/bench/
DPathIterBench.cpp52 SkPoint pts[4]; in PathIterBench() local
83 auto handle = [this](int verb, const SkPoint pts[]) { in onDraw()
94 SkPoint pts[4]; in onDraw() local
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/renderer/
DXAxisRendererHorizontalBarChart.java225 float[] pts = mRenderLimitLinesBuffer; in renderLimitLines() local
253 limitLinePath.moveTo(mViewPortHandler.contentLeft(), pts[1]); in renderLimitLines() local
254 limitLinePath.lineTo(mViewPortHandler.contentRight(), pts[1]); in renderLimitLines() local
DYAxisRenderer.java267 float[] pts = mRenderLimitLinesBuffer; in renderLimitLines() local
294 limitLinePath.moveTo(mViewPortHandler.contentLeft(), pts[1]); in renderLimitLines() local
295 limitLinePath.lineTo(mViewPortHandler.contentRight(), pts[1]); in renderLimitLines() local
/external/skia/docs/examples/
DSmoothBezierSplineInterpolation.cpp7 SkPath MakeCubicSplineInterpolation(const SkPoint* pts, size_t N) { in MakeCubicSplineInterpolation()
71 SkPoint pts[] = { in draw() local
/external/eigen/unsupported/test/
Dsplines.cpp113 MatrixXd pts(10,3); in eval_spline3d() local
140 MatrixXd pts(11,3); in eval_spline3d_onbrks() local
179 MatrixXd pts(12,2); in eval_closed_spline2d() local

12345678910>>...14