Lines Matching defs:verb
20 // worry about it. At each location it provides a verb and "prevVerb" so there is context about the
25 // iter.verb();
53 constexpr static bool IsVerbGeometric(Verb verb) { return verb < Verb::kMoveWithinContour; }
72 auto [verb, pts, w] = *fIter;
73 switch (verb) {
91 this->enqueue((Verb)verb, pts, w);
93 // Defer the first verb until the end when we know what it's joined to.
94 fFirstVerbInContour = (Verb)verb;
110 // Repeat the first verb, this time as the "current" stroke instead of the prev.
126 Verb verb() const { return this->atVerb(1); }
158 void enqueue(Verb verb, const SkPoint* pts, const float* w) {
161 fVerbs[i] = verb;
186 // The "kCircle" verb serves as our barrier to prevent the first stroke from
275 // Repeat the first verb, this time as the "current" stroke instead of the prev.