| /third_party/node/doc/api/ |
| D | packages.md | 227 ### Main entry point export 250 ### Subpath exports 282 ### Subpath imports 321 ### Subpath patterns 369 ### Exports sugar 395 ### Conditional exports 475 ### Nested conditions 502 ### Resolving user conditions 517 ### Self-referencing a package using its name
|
| /third_party/flutter/skia/tests/ |
| D | PathCoverageTest.cpp | 39 static inline int estimate_distance(const SkPoint points[]) { in estimate_distance() 44 static inline SkScalar compute_distance(const SkPoint points[]) { in compute_distance() 69 static uint32_t quadraticPointCount_EE(const SkPoint points[]) { in quadraticPointCount_EE() 74 static uint32_t quadraticPointCount_EC(const SkPoint points[], SkScalar tol) { in quadraticPointCount_EC() 79 static uint32_t quadraticPointCount_CE(const SkPoint points[]) { in quadraticPointCount_CE() 84 static uint32_t quadraticPointCount_CC(const SkPoint points[], SkScalar tol) { in quadraticPointCount_CC()
|
| /third_party/flutter/skia/docs/examples/ |
| D | Path_getPoints.cpp | 7 auto debugster = [](const char* prefix, const SkPath& path, SkPoint* points, int max) -> void { in draw() 18 SkPoint points[3]; in draw() local
|
| D | Point_subtract_operator.cpp | 9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
|
| D | Point_subtractfrom_operator.cpp | 9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
|
| D | Point_Offset.cpp | 9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
|
| D | Point_offset_3.cpp | 9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
|
| D | Point_addto_operator.cpp | 9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
|
| D | Path_IsLineDegenerate.cpp | 7 SkPoint points[] = { {100, 100}, {100.000001f, 100.000001f}, {100.0001f, 100.0001f} }; in draw() local
|
| D | Point_Offset_2.cpp | 9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
|
| D | Point_multiply_operator.cpp | 9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
|
| D | Point_multiplyby_operator.cpp | 9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
|
| D | Path_Iter_Iter.cpp | 8 SkPoint points[4]; in draw() local
|
| D | Canvas_PointMode.cpp | 10 SkPoint points[] = {{64, 32}, {96, 96}, {32, 96}}; in draw() local
|
| D | Rect_setBoundsNoCheck.cpp | 7 SkPoint points[] = {{3, 4}, {1, 2}, {SK_ScalarInfinity, 6}, {SK_ScalarNaN, 8}}; in draw() local
|
| /third_party/flutter/skia/gm/ |
| D | gamma.cpp | 157 SkPoint points[2] = { variable 169 SkPoint points[2] = { variable 181 SkPoint points[2] = { variable 193 SkPoint points[2] = { variable
|
| D | p3.cpp | 214 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 240 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 269 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 295 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 323 SkPoint points[] = {{10.5,10.5}, {10.5,69.5}}; variable
|
| /third_party/mingw-w64/mingw-w64-headers/include/gdiplus/ |
| D | gdipluspath.h | 135 Status AddBeziers(const PointF *points, INT count) in AddBeziers() 140 Status AddBeziers(const Point *points, INT count) in AddBeziers() 145 Status AddClosedCurve(const PointF *points, INT count) in AddClosedCurve() 150 Status AddClosedCurve(const Point *points, INT count) in AddClosedCurve() 155 Status AddClosedCurve(const PointF *points, INT count, REAL tension) in AddClosedCurve() 160 Status AddClosedCurve(const Point *points, INT count, REAL tension) in AddClosedCurve() 165 Status AddCurve(const PointF *points, INT count) in AddCurve() 170 Status AddCurve(const Point *points, INT count) in AddCurve() 175 Status AddCurve(const PointF *points, INT count, REAL tension) in AddCurve() 180 Status AddCurve(const Point *points, INT count, REAL tension) in AddCurve() [all …]
|
| D | gdiplusgraphics.h | 195 Status DrawBeziers(const Pen *pen, const PointF *points, INT count) in DrawBeziers() 201 Status DrawBeziers(const Pen *pen, const Point *points, INT count) in DrawBeziers() 214 Status DrawClosedCurve(const Pen *pen, const PointF *points, INT count) in DrawClosedCurve() 220 Status DrawClosedCurve(const Pen *pen, const Point *points, INT count) in DrawClosedCurve() 226 Status DrawClosedCurve(const Pen *pen, const PointF *points, INT count, in DrawClosedCurve() 233 Status DrawClosedCurve(const Pen *pen, const Point *points, INT count, in DrawClosedCurve() 240 Status DrawCurve(const Pen *pen, const PointF *points, INT count) in DrawCurve() 246 Status DrawCurve(const Pen *pen, const Point *points, INT count) in DrawCurve() 252 Status DrawCurve(const Pen *pen, const PointF *points, INT count, in DrawCurve() 259 Status DrawCurve(const Pen *pen, const Point *points, INT count, in DrawCurve() [all …]
|
| /third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/ |
| D | WLEyes.cpp | 149 int& nPoint, TPoint*& points) in CreateEllipsePoints() 262 WLEye::GetEyeLinerGeom(int* nPoint, float** points) in GetEyeLinerGeom() 269 WLEye::GetWhiteEyeGeom(int* nPoint, float** points) in GetWhiteEyeGeom() 276 WLEye::GetPupilGeom(int* nPoint, float** points) in GetPupilGeom() 318 WLEyes::GetEyeLinerGeom(int n, int* nPoint, float** points) in GetEyeLinerGeom() 328 WLEyes::GetWhiteEyeGeom(int n, int* nPoint, float** points) in GetWhiteEyeGeom() 338 WLEyes::GetPupilGeom(int n, int* nPoint, float** points) in GetPupilGeom()
|
| /third_party/boost/libs/geometry/test/algorithms/set_operations/union/ |
| D | union_multi.cpp | 32 #define TEST_UNION(caseid, clips, holes, points, area) \ argument 36 #define TEST_UNION_IGNORE(caseid, clips, holes, points, area) \ argument
|
| D | union.cpp | 29 #define TEST_UNION(caseid, clips, holes, points, area) \ argument 33 #define TEST_UNION_REV(caseid, clips, holes, points, area) \ argument
|
| /third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/ |
| D | intersection_multi.cpp | 31 #define TEST_INTERSECTION(caseid, clips, points, area) \ argument 35 #define TEST_INTERSECTION_REV(caseid, clips, points, area) \ argument 39 #define TEST_INTERSECTION_IGNORE(caseid, clips, points, area) \ argument
|
| /third_party/flutter/skia/bench/ |
| D | PatchBench.cpp | 44 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local 168 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local 194 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local 220 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local
|
| /third_party/node/deps/npm/node_modules/worker-farm/examples/pi/ |
| D | calc.js | 13 module.exports = function (points, callback) { argument
|