Lines Matching refs:verb
200 SkPath::Verb verb; in addClipper() local
202 while ((verb = clipper->next(pts)) != SkPath::kDone_Verb) { in addClipper()
203 switch (verb) { in addClipper()
244 SkPath::Verb verb; in buildPoly() local
266 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in buildPoly()
267 switch (verb) { in buildPoly()
301 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in buildPoly()
302 switch (verb) { in buildPoly()
360 SkPath::Verb verb; in build() local
367 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in build()
368 switch (verb) { in build()
405 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in build()
406 switch (verb) { in build()