/external/chromium_org/third_party/skia/src/pathops/ |
D | SkLineParameters.h | 27 void cubicEndPoints(const SkDCubic& pts) { in cubicEndPoints() 65 void cubicEndPoints(const SkDCubic& pts, int s, int e) { in cubicEndPoints() 79 void lineEndPoints(const SkDLine& pts) { in lineEndPoints() 85 void quadEndPoints(const SkDQuad& pts) { in quadEndPoints() 102 void quadEndPoints(const SkDQuad& pts, int s, int e) { in quadEndPoints() 130 void cubicDistanceY(const SkDCubic& pts, SkDCubic& distance) const { in cubicDistanceY() 138 void quadDistanceY(const SkDQuad& pts, SkDQuad& distance) const { in quadDistanceY() 146 double controlPtDistance(const SkDCubic& pts, int index) const { in controlPtDistance() 151 double controlPtDistance(const SkDQuad& pts) const { in controlPtDistance()
|
D | SkAddIntersections.cpp | 12 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection() 32 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection() 53 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection() 73 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicLineIntersection() 93 static void debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicQuadIntersection() 113 static void debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicIntersection() 133 static void debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicIntersection() 200 int pts = 0; in AddIntersectTs() local 418 int pts = ts.cubic(wt.pts()); in AddSelfIntersectTs() local
|
/external/skia/src/pathops/ |
D | SkLineParameters.h | 27 void cubicEndPoints(const SkDCubic& pts) { in cubicEndPoints() 65 void cubicEndPoints(const SkDCubic& pts, int s, int e) { in cubicEndPoints() 79 void lineEndPoints(const SkDLine& pts) { in lineEndPoints() 85 void quadEndPoints(const SkDQuad& pts) { in quadEndPoints() 102 void quadEndPoints(const SkDQuad& pts, int s, int e) { in quadEndPoints() 130 void cubicDistanceY(const SkDCubic& pts, SkDCubic& distance) const { in cubicDistanceY() 138 void quadDistanceY(const SkDQuad& pts, SkDQuad& distance) const { in quadDistanceY() 146 double controlPtDistance(const SkDCubic& pts, int index) const { in controlPtDistance() 151 double controlPtDistance(const SkDQuad& pts) const { in controlPtDistance()
|
D | SkAddIntersections.cpp | 12 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection() 32 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection() 53 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection() 73 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicLineIntersection() 93 static void debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicQuadIntersection() 113 static void debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicIntersection() 133 static void debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicIntersection() 200 int pts = 0; in AddIntersectTs() local 418 int pts = ts.cubic(wt.pts()); in AddSelfIntersectTs() local
|
/external/skia/tests/ |
D | PathMeasureTest.cpp | 15 const SkPoint pts[] = { in test_small_segment3() local 34 const SkPoint pts[] = { in test_small_segment2() local 52 const SkPoint pts[] = { in test_small_segment() local
|
D | PathOpsLineIntersectionTest.cpp | 92 int pts = i.intersect(line1, line2); in testOne() local 135 int pts = ts.intersect(line1, line2); in testOneCoincident() local 197 int pts = ts.intersect(line1, line2); in PathOpsLineIntersectionTest() local
|
D | PathOpsDLineTest.cpp | 36 SkPoint pts[2] = {line[0].asSkPoint(), line[1].asSkPoint()}; in PathOpsLineUtilitiesTest() local
|
D | GeometryTest.cpp | 38 SkPoint pts[3], dst[5]; in DEF_TEST() local
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkEdgeBuilder.cpp | 25 void SkEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() 34 void SkEdgeBuilder::addQuad(const SkPoint pts[]) { in addQuad() 43 void SkEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() 53 SkPoint pts[4]; in addClipper() local 85 SkPoint pts[4]; in buildPoly() local 177 SkPoint pts[4]; in build() local
|
D | SkQuadClipper.h | 66 #define sk_assert_monotonic_x(pts, count) argument 67 #define sk_assert_monotonic_y(pts, count) argument
|
D | SkEdgeClipper.h | 47 #define sk_assert_monotonic_x(pts, count) argument 48 #define sk_assert_monotonic_y(pts, count) argument
|
D | SkPath.cpp | 34 SkPoint pts[4]; in is_degenerate() local 246 SkPoint pts[4]; in conservativelyContainsRect() local 333 const SkPoint* pts = fPathRef->points(); in isLine() local 382 const SkPoint* pts = *ptsPtr; in isRectContour() local 478 const SkPoint* pts = fPathRef->points(); in isRect() local 489 const SkPoint* pts = fPathRef->points(); in isRect() local 496 const SkPoint* pts = fPathRef->points(); in isNestedRects() local 680 SkPoint* pts = ed.growForVerb(kQuad_Verb); in quadTo() local 710 SkPoint* pts = ed.growForVerb(kConic_Verb, w); in conicTo() local 733 SkPoint* pts = ed.growForVerb(kCubic_Verb); in cubicTo() local [all …]
|
D | SkEdgeClipper.cpp | 126 SkPoint pts[3]; in clipMonoQuad() local 329 SkPoint pts[4]; in clipMonoCubic() local 473 SkPath::Verb SkEdgeClipper::next(SkPoint pts[]) { in next() 520 void sk_assert_monotonic_y(const SkPoint pts[], int count) { in sk_assert_monotonic_y() 526 void sk_assert_monotonic_x(const SkPoint pts[], int count) { in sk_assert_monotonic_x()
|
/external/skia/src/core/ |
D | SkEdgeBuilder.cpp | 25 void SkEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() 34 void SkEdgeBuilder::addQuad(const SkPoint pts[]) { in addQuad() 43 void SkEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() 53 SkPoint pts[4]; in addClipper() local 85 SkPoint pts[4]; in buildPoly() local 177 SkPoint pts[4]; in build() local
|
D | SkQuadClipper.h | 66 #define sk_assert_monotonic_x(pts, count) argument 67 #define sk_assert_monotonic_y(pts, count) argument
|
D | SkEdgeClipper.h | 47 #define sk_assert_monotonic_x(pts, count) argument 48 #define sk_assert_monotonic_y(pts, count) argument
|
D | SkPath.cpp | 34 SkPoint pts[4]; in is_degenerate() local 246 SkPoint pts[4]; in conservativelyContainsRect() local 333 const SkPoint* pts = fPathRef->points(); in isLine() local 382 const SkPoint* pts = *ptsPtr; in isRectContour() local 478 const SkPoint* pts = fPathRef->points(); in isRect() local 489 const SkPoint* pts = fPathRef->points(); in isRect() local 496 const SkPoint* pts = fPathRef->points(); in isNestedRects() local 680 SkPoint* pts = ed.growForVerb(kQuad_Verb); in quadTo() local 710 SkPoint* pts = ed.growForVerb(kConic_Verb, w); in conicTo() local 733 SkPoint* pts = ed.growForVerb(kCubic_Verb); in cubicTo() local [all …]
|
D | SkEdgeClipper.cpp | 126 SkPoint pts[3]; in clipMonoQuad() local 329 SkPoint pts[4]; in clipMonoCubic() local 473 SkPath::Verb SkEdgeClipper::next(SkPoint pts[]) { in next() 520 void sk_assert_monotonic_y(const SkPoint pts[], int count) { in sk_assert_monotonic_y() 526 void sk_assert_monotonic_x(const SkPoint pts[], int count) { in sk_assert_monotonic_x()
|
/external/skia/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/eigen/unsupported/Eigen/src/Splines/ |
D | SplineFitting.h | 64 void ChordLengths(const PointArrayType& pts, KnotVectorType& chord_lengths) in ChordLengths() 118 …SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree, co… in Interpolate() 151 SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree) in Interpolate()
|
/external/libvpx/libvpx/test/ |
D | resize_test.cc | 67 vpx_codec_pts_t pts; in write_ivf_frame_header() local 127 vpx_codec_pts_t pts; member 138 vpx_codec_pts_t pts) { in DecompressedFrameHook() 151 const vpx_codec_pts_t pts = info->pts; in TEST_P() local 252 const vpx_codec_pts_t pts = info->pts; in TEST_P() local
|
/external/skia/gm/ |
D | points.cpp | 26 static void fill_pts(SkPoint pts[], size_t n, SkLCGRandom* rand) { in fill_pts() 53 SkPoint* pts = new SkPoint[n]; in onDraw() local
|
D | gradtext.cpp | 16 SkPoint pts[] = { { 0, 0 }, { width, 0 } }; in make_grad() local 25 SkPoint pts[] = { { 0, 0 }, { width, 0 } }; in make_grad2() local 33 SkPoint pts[] = { { 0, 0 }, { 1, 0 } }; in make_chrome_solid() local
|
D | arithmode.cpp | 30 SkPoint pts[] = { {0, 0}, {SkIntToScalar(WW), SkIntToScalar(HH)} }; in make_src() local 46 SkPoint pts[] = { {0, SkIntToScalar(HH)}, {SkIntToScalar(WW), 0} }; in make_dst() local
|
/external/eigen/unsupported/test/ |
D | splines.cpp | 109 MatrixXd pts(10,3); in eval_spline3d() local 136 MatrixXd pts(11,3); in eval_spline3d_onbrks() local 175 MatrixXd pts(12,2); in eval_closed_spline2d() local
|