/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 | 13 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection() 33 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection() 54 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection() 74 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicLineIntersection() 94 static void debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicQuadIntersection() 114 static void debugShowConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicIntersection() 135 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicLineIntersection() 155 static void debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicQuadIntersection() 175 static void debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicConicIntersection() 195 static void debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicIntersection() [all …]
|
/external/opencv3/modules/java/generator/src/java/ |
D | utils+Converters.java | 22 public static Mat vector_Point_to_Mat(List<Point> pts) { in vector_Point_to_Mat() 26 public static Mat vector_Point2f_to_Mat(List<Point> pts) { in vector_Point2f_to_Mat() 30 public static Mat vector_Point2d_to_Mat(List<Point> pts) { in vector_Point2d_to_Mat() 34 public static Mat vector_Point_to_Mat(List<Point> pts, int typeDepth) { in vector_Point_to_Mat() 84 public static Mat vector_Point3i_to_Mat(List<Point3> pts) { in vector_Point3i_to_Mat() 88 public static Mat vector_Point3f_to_Mat(List<Point3> pts) { in vector_Point3f_to_Mat() 92 public static Mat vector_Point3d_to_Mat(List<Point3> pts) { in vector_Point3d_to_Mat() 96 public static Mat vector_Point3_to_Mat(List<Point3> pts, int typeDepth) { in vector_Point3_to_Mat() 149 public static void Mat_to_vector_Point2f(Mat m, List<Point> pts) { in Mat_to_vector_Point2f() 153 public static void Mat_to_vector_Point2d(Mat m, List<Point> pts) { in Mat_to_vector_Point2d() [all …]
|
/external/skia/samplecode/ |
D | SampleHairCurves.cpp | 43 SkScalar pts[] = { in onDrawContent() local 65 SkScalar pts[] = { in onDrawContent() local 83 SkScalar pts[] = { in onDrawContent() local 104 SkScalar pts[] = { in onDrawContent() local
|
D | SamplePoints.cpp | 42 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { in fill_pts() 63 SkPoint* pts = new SkPoint[n]; in onDrawContent() local
|
D | SampleHairline.cpp | 34 static void generate_pts(SkPoint pts[], int count, int w, int h) { in generate_pts() 81 SkPoint pts[N]; in line_proc() local 97 SkPoint pts[N]; in poly_proc() local 120 SkPoint pts[N]; in quad_proc() local 144 SkPoint pts[N]; in cube_proc() local
|
D | SampleEffects.cpp | 42 SkPoint pts[] = { { 3, 0 }, { 7, 5 } }; in paint_proc3() local 70 const float pts[] = { in EffectsView() local
|
D | SampleShaders.cpp | 26 SkPoint pts[2]; in make_bitmapfade() local 56 SkPoint pts[2]; in ShaderView() local
|
/external/skia/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 | 65 SkPoint pts[4]; in SubsetContours() local 102 SkPoint pts[4]; in getSubsetPath() local 156 SkPoint pts[4]; in SubsetVerbs() local 189 SkPoint pts[4]; in getSubsetPath() local
|
D | GeometryTest.cpp | 50 SkPoint pts[3]; in test_evalquadat() local 89 SkPoint pts[3]; in test_conic() local 109 SkPoint pts[] = { in test_quad_tangents() local 129 SkPoint pts[] = { in test_conic_tangents() local 149 SkPoint pts[] = { in test_cubic_tangents() local 170 SkPoint pts[3], dst[5]; in DEF_TEST() local
|
D | GradientTest.cpp | 21 const SkPoint pts[] = {{ 15, 14.7112684f }, { 0.709064007f, 12.6108112f }}; in test_big_grad() local 141 const SkPoint pts[] = { in TestConstantGradient() local 203 const SkPoint pts[] = {{ 100, 50 }, { 100.0001f, 50000 }}; in test_nearly_vertical() local 222 const SkPoint pts[] = {{ 179.5f, -179.5f }, { 1074.5f, 715.5f }}; in test_linear_fuzz() local
|
/external/skia/src/gpu/batches/ |
D | GrDashLinePathRenderer.cpp | 14 SkPoint pts[2]; in onCanDrawPath() local 23 SkPoint pts[2]; in onDrawPath() local
|
/external/skia/src/core/ |
D | SkEdgeBuilder.cpp | 70 void SkEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() 90 void SkEdgeBuilder::addQuad(const SkPoint pts[]) { in addQuad() 99 void SkEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() 109 SkPoint pts[4]; in addClipper() local 146 SkPoint pts[4]; in buildPoly() local 249 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 | 52 #define sk_assert_monotonic_x(pts, count) argument 53 #define sk_assert_monotonic_y(pts, count) argument
|
D | SkPath.cpp | 33 SkPoint pts[4]; in is_degenerate() local 268 SkPoint pts[4]; in conservativelyContainsRect() local 368 const SkPoint* pts = fPathRef->points(); in isLine() local 431 const SkPoint* pts = *ptsPtr; in isRectContour() local 555 const SkPoint* pts = fPathRef->points(); in isRect() local 575 const SkPoint* pts = fPathRef->points(); in isNestedFillRects() local 777 SkPoint* pts = ed.growForVerb(kQuad_Verb); in quadTo() local 807 SkPoint* pts = ed.growForVerb(kConic_Verb, w); in conicTo() local 830 SkPoint* pts = ed.growForVerb(kCubic_Verb); in cubicTo() local 997 void SkPath::addPoly(const SkPoint pts[], int count, bool close) { in addPoly() [all …]
|
D | SkEdgeClipper.cpp | 126 SkPoint pts[3]; in clipMonoQuad() local 300 SkPoint pts[4]; in clipMonoCubic() local 434 SkPath::Verb SkEdgeClipper::next(SkPoint pts[]) { in next() 481 void sk_assert_monotonic_y(const SkPoint pts[], int count) { in sk_assert_monotonic_y() 487 void sk_assert_monotonic_x(const SkPoint pts[], int count) { in sk_assert_monotonic_x()
|
/external/opencv3/modules/cudaimgproc/perf/ |
D | perf_gftt.cpp | 72 cv::cuda::GpuMat pts; variable 80 cv::Mat pts; variable
|
/external/skia/bench/ |
D | PathIterBench.cpp | 41 SkPoint pts[4]; in PathIterBench() local 74 SkPoint pts[4]; in onDraw() local 82 SkPoint pts[4]; in onDraw() local
|
/external/eigen/unsupported/Eigen/src/Splines/ |
D | SplineFitting.h | 62 void ChordLengths(const PointArrayType& pts, KnotVectorType& chord_lengths) in ChordLengths() 116 …SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree, co… in Interpolate() 148 SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree) in Interpolate()
|
/external/skia/gm/ |
D | points.cpp | 27 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { in fill_pts() 54 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
|
/external/eigen/unsupported/test/ |
D | splines.cpp | 113 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
|
/external/libvpx/libvpx/test/ |
D | resize_test.cc | 67 vpx_codec_pts_t pts; in write_ivf_frame_header() local 88 vpx_codec_pts_t pts; member 138 vpx_codec_pts_t pts) { in DecompressedFrameHook() 269 const vpx_codec_pts_t pts = info->pts; in TEST_P() local 316 vpx_codec_pts_t pts) { in DecompressedFrameHook()
|