Home
last modified time | relevance | path

Searched defs:verb (Results 1 – 25 of 224) sorted by relevance

123456789

/third_party/flutter/skia/tests/
DSubsetPath.cpp65 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/
Dindex.js56 function verbFunc (verb) { argument
83 function wrapRequestMethod (method, options, requester, verb) { argument
117 verbs.forEach(function (verb) { argument
/third_party/flutter/skia/src/pathops/
DSkPathOpsCurve.cpp13 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()
DSkPathOpsAsWinding.cpp46 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
DSkOpEdgeBuilder.cpp29 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/
DSkPathOpsCurve.cpp13 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()
DSkOpEdgeBuilder.cpp33 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/
DPathIterBench.cpp72 SkPath::Verb verb; in onDraw() local
80 SkPath::Verb verb; in onDraw() local
/third_party/skia/tests/
DSkPathRangeIterTest.cpp55 for (Verb verb : verbs) { in DEF_TEST() local
95 for (Verb verb : verbs) { in DEF_TEST() local
/third_party/skia/src/gpu/tessellate/
DStrokeIterator.h53 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/
DPath_arcTo_3.cpp12 SkPath::Verb verb; in draw() local
DPath_arcTo_2_c.cpp12 SkPath::Verb verb; in draw() local
DPath_RawIter_peek.cpp12 SkPath::Verb verb, peek = iter.peek(); in draw() local
DConic_Weight_a.cpp12 SkPath::Verb verb; in draw() local
DConic_Weight_c.cpp12 SkPath::Verb verb; in draw() local
DPath_RawIter_next.cpp17 SkPath::Verb verb; in draw() local
DConic_Weight_b.cpp12 SkPath::Verb verb; in draw() local
DPath_Iter_next.cpp19 SkPath::Verb verb; in draw() local
/third_party/skia/docs/examples/
DPath_arcTo_2_c.cpp12 SkPath::Verb verb; in draw() local
DPath_arcTo_3.cpp12 SkPath::Verb verb; in draw() local
DConic_Weight_c.cpp12 SkPath::Verb verb; in draw() local
DConic_Weight_a.cpp12 SkPath::Verb verb; in draw() local
/third_party/skia/src/core/
DSkPathRef.cpp366 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/
DGrGLPath.cpp14 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/
DPathIterBench.cpp83 auto handle = [this](int verb, const SkPoint pts[]) { in onDraw()
93 SkPath::Verb verb; in onDraw() local

123456789