/third_party/skia/tests/ |
D | SkPathRangeIterTest.cpp | 21 kClose = (int)SkPathVerb::kClose, in DEF_TEST() enumerator 29 Verb::kClose, in DEF_TEST() 35 Verb::kClose, in DEF_TEST() 84 case Verb::kClose: in DEF_TEST() 131 case Verb::kClose: in DEF_TEST()
|
D | SubsetPath.cpp | 77 case SkPathVerb::kClose: in SubsetContours() 130 case SkPathVerb::kClose: in getSubsetPath() 161 case SkPathVerb::kClose: in SubsetVerbs() 218 case SkPathVerb::kClose: in getSubsetPath()
|
D | PathOpsTestCommon.cpp | 194 case SkPathVerb::kClose: in CubicPathToQuads() 240 case SkPathVerb::kClose: in CubicPathToSimple()
|
/third_party/node/deps/undici/src/lib/mock/ |
D | mock-client.js | 9 kClose, 38 this.close = this[kClose] 52 async [kClose] () {
|
D | mock-pool.js | 9 kClose, 38 this.close = this[kClose] 52 async [kClose] () {
|
D | mock-symbols.js | 16 kClose: Symbol('close'), property
|
/third_party/node/deps/undici/src/lib/ |
D | dispatcher-base.js | 9 const { kDestroy, kClose, kDispatch, kInterceptors } = require('./core/symbols') 91 this[kClose]()
|
D | agent.js | 4 const { kClients, kRunning, kClose, kDestroy, kDispatch, kInterceptors } = require('./core/symbols') 121 async [kClose] () {
|
D | proxy-agent.js | 3 const { kProxy, kClose, kDestroy, kInterceptors } = require('./core/symbols') 141 async [kClose] () {
|
D | pool-base.js | 5 const { kConnected, kSize, kRunning, kPending, kQueued, kBusy, kFree, kUrl, kClose, kDestroy, kDisp… 114 async [kClose] () {
|
/third_party/skia/src/utils/ |
D | SkCustomTypeface.cpp | 257 kClose, enumerator 269 case SkPathVerb::kClose: verbs.push_back(kClose); break; in compress_write() 308 case SkPathVerb::kClose: break; in compress_write()
|
D | SkShadowTessellator.cpp | 143 static constexpr SkScalar kClose = (SK_Scalar1 / 16); in duplicate_pt() local 144 static constexpr SkScalar kCloseSqd = kClose * kClose; in duplicate_pt()
|
/third_party/node/lib/internal/webstreams/ |
D | readablestream.js | 138 const kClose = Symbol('kClose'); constant 502 [kClose]() { 780 [kClose]() { 800 [kClose](value) { 1394 [kClose]: () => resolve(true), 1501 [kClose]() { 1645 [kClose]() { 1732 [kClose](chunk) { 1877 reader[kState].readIntoRequests[n][kClose](); 1904 reader[kState].readRequests[n][kClose](); [all …]
|
/third_party/skia/include/core/ |
D | SkPathTypes.h | 56 kClose //!< SkPath::RawIter returns 0 points enumerator
|
D | SkPath.h | 1424 kClose_Verb = static_cast<int>(SkPathVerb::kClose), 1578 case SkPathVerb::kClose: return 0; in pts_advance_after_verb() 1589 case SkPathVerb::kClose: return -1; in pts_backset_for_verb()
|
/third_party/node/deps/undici/src/lib/core/ |
D | symbols.js | 2 kClose: Symbol('close'), property
|
/third_party/skia/src/gpu/ops/ |
D | AAConvexPathRenderer.cpp | 196 static const SkScalar kClose = (SK_Scalar1 / 16); variable 197 static const SkScalar kCloseSqd = kClose * kClose; 215 if (SkScalarAbs(data->fLineNormal.dot(pt) + data->fLineC) > kClose) { in update_degenerate_test()
|
/third_party/skia/src/core/ |
D | SkPathBuilder.cpp | 63 case SkPathVerb::kClose: this->close(); break; in operator =() 152 fVerbs.push_back((uint8_t)SkPathVerb::kClose); in close() 222 const bool isClosed = (stop[-1] == (uint8_t)SkPathVerb::kClose); in make() 856 case SkPathVerb::kClose: in privateReverseAddPath()
|
D | SkPath.cpp | 300 if (verb == SkPathVerb::kClose || (segmentCount > 0 && verb == SkPathVerb::kMove)) { in conservativelyContainsRect() 1396 if ((SkPathVerb)fPathRef->verbsEnd()[-1] == SkPathVerb::kClose) { in addPath() 1437 case SkPathVerb::kClose: in addPath() 1852 case SkPathVerb::kClose: numPts = 0; break; in next() 2322 if (verb == SkPathVerb::kClose || verb == SkPathVerb::kMove) { in computeConvexity() 3153 case SkPathVerb::kClose: in IsSimpleRect() 3362 case SkPathVerb::kClose: in computeTightBounds() 3429 case SkPathVerb::kClose: in sk_path_analyze_verbs()
|
/third_party/skia/src/gpu/tessellate/ |
D | Tessellation.cpp | 117 case SkPathVerb::kClose: in PreChopPathCurves()
|
D | MiddleOutPolygonTriangulator.h | 227 case SkPathVerb::kClose: in nextStack()
|
D | PathWedgeTessellator.cpp | 230 case SkPathVerb::kClose: { in writePatches()
|
D | StrokeIterator.h | 100 case SkPathVerb::kClose: in next()
|
/third_party/skia/src/gpu/geometry/ |
D | GrAAConvexTessellator.cpp | 23 static const SkScalar kClose = (SK_Scalar1 / 16); variable 24 static const SkScalar kCloseSqd = kClose * kClose; 71 if (*accumError + distBToLineAC >= kClose || aToC.dot(b - a) <= 0.f || aToC.dot(c - b) <= 0.f) { in points_are_colinear_and_b_is_middle()
|
/third_party/skia/src/gpu/ |
D | GrDistanceFieldGenFromVector.cpp | 126 static const double kClose = (SK_Scalar1 / 16.0); variable 127 static const double kCloseSqd = kClose * kClose;
|