/third_party/flutter/skia/tests/ |
D | SubsetPath.cpp | 65 uint8_t verb; in SubsetContours() local 102 uint8_t verb; in getSubsetPath() local 156 uint8_t verb; in SubsetVerbs() local 189 uint8_t verb; in getSubsetPath() local
|
/third_party/node/deps/npm/node_modules/request/ |
D | index.js | 56 function verbFunc (verb) { argument 83 function wrapRequestMethod (method, options, requester, verb) { argument 117 verbs.forEach(function (verb) { argument
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsCurve.cpp | 13 double SkDCurve::nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const { in nearPoint() 55 void SkDCurve::offset(SkPath::Verb verb, const SkDVector& off) { in offset() 92 void SkDCurveSweep::setCurveHullSweep(SkPath::Verb verb) { in setCurveHullSweep()
|
D | SkPathOpsAsWinding.cpp | 46 static int contains_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight, const SkPoint& edge) { in contains_edge() 99 static SkScalar conic_weight(const SkPath::Iter& iter, SkPath::Verb verb) { in conic_weight() 103 static SkPoint left_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight, in left_edge() 183 SkPath::Verb verb; in contourBounds() local 210 SkPath::Verb verb; in nextEdge() local
|
D | SkOpEdgeBuilder.cpp | 29 static bool can_add_curve(SkPath::Verb verb, SkPoint* curve) { in can_add_curve() 88 SkPath::Verb verb; in preFetch() local 180 SkPath::Verb verb; in walk() local
|
/third_party/skia/src/pathops/ |
D | SkPathOpsCurve.cpp | 13 double SkDCurve::nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const { in nearPoint() 55 void SkDCurve::offset(SkPath::Verb verb, const SkDVector& off) { in offset() 92 void SkDCurveSweep::setCurveHullSweep(SkPath::Verb verb) { in setCurveHullSweep()
|
D | SkOpEdgeBuilder.cpp | 33 static bool can_add_curve(SkPath::Verb verb, SkPoint* curve) { in can_add_curve() 92 auto verb = static_cast<SkPath::Verb>(pathVerb); in preFetch() local 174 SkPath::Verb verb; in walk() local
|
/third_party/flutter/skia/bench/ |
D | PathIterBench.cpp | 72 SkPath::Verb verb; in onDraw() local 80 SkPath::Verb verb; in onDraw() local
|
/third_party/skia/tests/ |
D | SkPathRangeIterTest.cpp | 55 for (Verb verb : verbs) { in DEF_TEST() local 95 for (Verb verb : verbs) { in DEF_TEST() local
|
/third_party/skia/src/gpu/tessellate/ |
D | StrokeIterator.h | 53 constexpr static bool IsVerbGeometric(Verb verb) { return verb < Verb::kMoveWithinContour; } in IsVerbGeometric() 126 Verb verb() const { return this->atVerb(1); } in verb() function 158 void enqueue(Verb verb, const SkPoint* pts, const float* w) { in enqueue()
|
/third_party/flutter/skia/docs/examples/ |
D | Path_arcTo_3.cpp | 12 SkPath::Verb verb; in draw() local
|
D | Path_arcTo_2_c.cpp | 12 SkPath::Verb verb; in draw() local
|
D | Path_RawIter_peek.cpp | 12 SkPath::Verb verb, peek = iter.peek(); in draw() local
|
D | Conic_Weight_a.cpp | 12 SkPath::Verb verb; in draw() local
|
D | Conic_Weight_c.cpp | 12 SkPath::Verb verb; in draw() local
|
D | Path_RawIter_next.cpp | 17 SkPath::Verb verb; in draw() local
|
D | Conic_Weight_b.cpp | 12 SkPath::Verb verb; in draw() local
|
D | Path_Iter_next.cpp | 19 SkPath::Verb verb; in draw() local
|
/third_party/skia/docs/examples/ |
D | Path_arcTo_2_c.cpp | 12 SkPath::Verb verb; in draw() local
|
D | Path_arcTo_3.cpp | 12 SkPath::Verb verb; in draw() local
|
D | Conic_Weight_c.cpp | 12 SkPath::Verb verb; in draw() local
|
D | Conic_Weight_a.cpp | 12 SkPath::Verb verb; in draw() local
|
/third_party/skia/src/core/ |
D | SkPathRef.cpp | 366 SkPoint* SkPathRef::growForRepeatedVerb(int /*SkPath::Verb*/ verb, in growForRepeatedVerb() 420 SkPoint* SkPathRef::growForVerb(int /* SkPath::Verb*/ verb, SkScalar weight) { in growForVerb() 508 uint8_t verb = iter.next(pts); in getRRect() local 586 unsigned verb = *fVerbs++; in next() local
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 14 inline GrGLubyte verb_to_gl_path_cmd(SkPath::Verb verb) { in verb_to_gl_path_cmd() 35 inline int num_coords(SkPath::Verb verb) { in num_coords() 111 SkPath::Verb verb; in init_path_object_for_general_path() local
|
/third_party/skia/bench/ |
D | PathIterBench.cpp | 83 auto handle = [this](int verb, const SkPoint pts[]) { in onDraw() 93 SkPath::Verb verb; in onDraw() local
|