Home | History | Annotate | Download | only in skia

Lines Matching refs:Verb

147     for (SkPath::Verb verb = iter.next(current_points);
148 verb != SkPath::kDone_Verb;
149 verb = iter.next(current_points)) {
150 switch (verb) {
152 // This move will be duplicated in the next verb, so we can ignore.