Home
last modified time | relevance | path

Searched defs:points (Results 1 – 25 of 249) sorted by relevance

12345678910

/third_party/node/doc/api/
Dpackages.md227 ### 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/
DPathCoverageTest.cpp39 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/
DPath_getPoints.cpp7 auto debugster = [](const char* prefix, const SkPath& path, SkPoint* points, int max) -> void { in draw()
18 SkPoint points[3]; in draw() local
DPoint_subtract_operator.cpp9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
DPoint_subtractfrom_operator.cpp9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
DPoint_Offset.cpp9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
DPoint_offset_3.cpp9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
DPoint_addto_operator.cpp9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
DPath_IsLineDegenerate.cpp7 SkPoint points[] = { {100, 100}, {100.000001f, 100.000001f}, {100.0001f, 100.0001f} }; in draw() local
DPoint_Offset_2.cpp9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
DPoint_multiply_operator.cpp9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
DPoint_multiplyby_operator.cpp9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
DPath_Iter_Iter.cpp8 SkPoint points[4]; in draw() local
DCanvas_PointMode.cpp10 SkPoint points[] = {{64, 32}, {96, 96}, {32, 96}}; in draw() local
DRect_setBoundsNoCheck.cpp7 SkPoint points[] = {{3, 4}, {1, 2}, {SK_ScalarInfinity, 6}, {SK_ScalarNaN, 8}}; in draw() local
/third_party/flutter/skia/gm/
Dgamma.cpp157 SkPoint points[2] = { variable
169 SkPoint points[2] = { variable
181 SkPoint points[2] = { variable
193 SkPoint points[2] = { variable
Dp3.cpp214 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/
Dgdipluspath.h135 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 …]
Dgdiplusgraphics.h195 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/
DWLEyes.cpp149 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/
Dunion_multi.cpp32 #define TEST_UNION(caseid, clips, holes, points, area) \ argument
36 #define TEST_UNION_IGNORE(caseid, clips, holes, points, area) \ argument
Dunion.cpp29 #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/
Dintersection_multi.cpp31 #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/
DPatchBench.cpp44 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/
Dcalc.js13 module.exports = function (points, callback) { argument

12345678910