Home
last modified time | relevance | path

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

12345678910>>...31

/third_party/boost/boost/range/detail/
Ddetail_str.hpp30 struct pts struct
33 remove_extent<T>::type* type;
41 struct pts struct
43 typedef char* type;
51 struct pts struct
53 typedef const char* type;
61 struct pts struct
63 typedef wchar_t* type;
71 struct pts struct
73 typedef const wchar_t* type;
[all …]
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 …]
Dvalue_type.hpp33 struct pts struct
35 typedef BOOST_RANGE_DEDUCED_TYPENAME C::value_type type;
43 struct pts struct
45 …GE_DEDUCED_TYPENAME boost::iterator_value< BOOST_RANGE_DEDUCED_TYPENAME P::first_type >::type type;
53 struct pts struct
55 typedef BOOST_DEDUCED_TYPENAME remove_extent<T>::type type;
Dsize_type.hpp28 struct pts struct
30 typedef std::size_t type;
38 struct pts struct
40 typedef BOOST_RANGE_DEDUCED_TYPENAME C::size_type type;
/third_party/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 …]
/third_party/flutter/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 …]
/third_party/flutter/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
/third_party/boost/libs/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;
/third_party/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
/third_party/flutter/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(SkPoint pts[], in addPolyLine()
188 SkEdgeBuilder::Combine SkAnalyticEdgeBuilder::addPolyLine(SkPoint pts[], in addPolyLine()
223 SkPoint pts[4]; in buildPoly() local
307 SkPoint pts[4]; in build() local
[all …]
DSkQuadClipper.h65 #define sk_assert_monotonic_x(pts, count) argument
66 #define sk_assert_monotonic_y(pts, count) argument
/third_party/skia/tests/
DWangsFormulaTest.cpp108 SkPoint pts[4]; in for_random_beziers() local
123 auto setupCubicLengthTerm = [](int seed, SkPoint pts[], float term) { in DEF_TEST()
161 auto setupQuadraticLengthTerm = [](int seed, SkPoint pts[], float term) { in DEF_TEST()
198 SkPoint pts[4]; in DEF_TEST() local
240 auto check_cubic_log2 = [&](const SkPoint* pts) { in DEF_TEST()
248 auto check_quadratic_log2 = [&](const SkPoint* pts) { in DEF_TEST()
259 SkPoint pts[4]; in DEF_TEST() local
270 for_random_beziers(4, &rand, [&](const SkPoint pts[]) { in DEF_TEST()
274 for_random_beziers(3, &rand, [&](const SkPoint pts[]) { in DEF_TEST()
281 auto check_cubic_log2_with_transform = [&](const SkPoint* pts, const SkMatrix& m){ in DEF_TEST()
[all …]
/third_party/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
/third_party/flutter/skia/src/gpu/ops/
DGrDashLinePathRenderer.cpp18 SkPoint pts[2]; in onCanDrawPath() local
48 SkPoint pts[2]; in onDrawPath() local
/third_party/flutter/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
/third_party/skia/gm/
Dpoints.cpp36 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { in fill_pts()
63 SkPoint* pts = new SkPoint[n]; in onDraw() local
84 SkPoint pts[N]; variable
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
/third_party/skia/src/gpu/ops/
DDashLinePathRenderer.cpp20 SkPoint pts[2]; in onCanDrawPath() local
50 SkPoint pts[2]; in onDrawPath() local
/third_party/flutter/skia/bench/
DPathIterBench.cpp40 SkPoint pts[4]; in PathIterBench() local
73 SkPoint pts[4]; in onDraw() local
81 SkPoint pts[4]; in onDraw() local
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dvideotestsrc.c378 gst_video_test_src_smpte (GstVideoTestSrc * v, GstClockTime pts, in gst_video_test_src_smpte()
479 gst_video_test_src_smpte_rp_219 (GstVideoTestSrc * v, GstClockTime pts, in gst_video_test_src_smpte_rp_219()
813 gst_video_test_src_smpte75 (GstVideoTestSrc * v, GstClockTime pts, in gst_video_test_src_smpte75()
843 gst_video_test_src_smpte100 (GstVideoTestSrc * v, GstClockTime pts, in gst_video_test_src_smpte100()
868 gst_video_test_src_bar (GstVideoTestSrc * v, GstClockTime pts, in gst_video_test_src_bar()
891 gst_video_test_src_snow (GstVideoTestSrc * v, GstClockTime pts, in gst_video_test_src_snow()
943 gst_video_test_src_black (GstVideoTestSrc * v, GstClockTime pts, in gst_video_test_src_black()
950 gst_video_test_src_white (GstVideoTestSrc * v, GstClockTime pts, in gst_video_test_src_white()
957 gst_video_test_src_red (GstVideoTestSrc * v, GstClockTime pts, in gst_video_test_src_red()
964 gst_video_test_src_green (GstVideoTestSrc * v, GstClockTime pts, in gst_video_test_src_green()
[all …]
/third_party/flutter/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

12345678910>>...31