Home
last modified time | relevance | path

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

12345678910>>...18

/third_party/node/doc/api/
Dpackages.md251 ### Main entry point export
274 ### Subpath exports
307 ### Subpath imports
349 ### Subpath patterns
422 ### Exports sugar
449 ### Conditional exports
538 ### Nested conditions
563 ### Resolving user conditions
583 ### Conditions Definitions
635 ### Self-referencing a package using its name
/third_party/libwebsockets/READMEs/
DREADME.ci.md18 ### cmake
22 ### including dependent packages into travis
26 ### performing prepared test actions
/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/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/typescript/tests/baselines/reference/
DparserErrorRecoveryArrayLiteralExpression2.js2 var points = [-0.6961439251899719, 1.207661509513855, 0.19374050199985504, -0 variable
8 var points = [-0.6961439251899719, 1.207661509513855, 0.19374050199985504, -0, variable
DExportClassWithInaccessibleTypeInIndexerTypeAnnotations.js26 var points = /** @class */ (function () { function
27 function points() { function
/third_party/mesa3d/src/glx/
Deval.c41 const GLfloat * points, GLubyte * pc) in __glFillMap1f()
60 const GLdouble * points, GLubyte * pc) in __glFillMap1d()
79 const GLfloat * points, GLfloat * data) in __glFillMap2f()
104 const GLdouble * points, GLdouble * data) in __glFillMap2d()
/third_party/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_Offset_2.cpp9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
/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_subtractfrom_operator.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
/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/skia/gm/
Dp3.cpp199 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable
225 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable
254 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable
280 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable
308 SkPoint points[] = {{10.5,10.5}, {10.5,69.5}}; variable
/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/mbedtls/docs/proposed/
Dpsa-driver-interface.md173 #### Overview of driver entry points
199 #### General considerations on driver entry point parameters
211 #### Driver entry points for single-part cryptographic operations
426 #### Driver initialization
499 #### Random generator initialization
511 #### Entropy injection
536 #### Combining entropy sources with a random generation driver
546 #### Random generator drivers without entropy injection
555 #### The `"get_random"` entry point
/third_party/mesa3d/src/mesa/main/
Deval.c156 const GLfloat *points ) in _mesa_copy_map_points1f()
180 const GLdouble *points ) in _mesa_copy_map_points1d()
213 const GLfloat *points ) in _mesa_copy_map_points2f()
256 const GLdouble *points ) in _mesa_copy_map_points2d()
304 GLint uorder, const GLvoid *points, GLenum type ) in map1()
370 GLint order, const GLfloat *points ) in _mesa_Map1f()
378 GLint order, const GLdouble *points ) in _mesa_Map1d()
387 const GLvoid *points, GLenum type ) in map2()
471 const GLfloat *points) in _mesa_Map2f()
482 const GLdouble *points ) in _mesa_Map2d()
/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/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/skia/bench/
DPatchBench.cpp45 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local
169 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local
195 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local
221 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local
/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/typescript/tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArrayLiteralExpressions/
DparserErrorRecoveryArrayLiteralExpression2.ts1 var points = [-0.6961439251899719, 1.207661509513855, 0.19374050199985504, -0 variable
/third_party/node/deps/npm/node_modules/worker-farm/examples/pi/
Dcalc.js13 module.exports = function (points, callback) { argument

12345678910>>...18