Lines Matching refs:verb
215 SkPath::Verb verb; in addClipper() local
217 while ((verb = clipper->next(pts)) != SkPath::kDone_Verb) { in addClipper()
218 switch (verb) { in addClipper()
259 SkPath::Verb verb; in buildPoly() local
294 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in buildPoly()
295 switch (verb) { in buildPoly()
316 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in buildPoly()
317 switch (verb) { in buildPoly()
362 SkPath::Verb verb; in build() local
369 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in build()
370 switch (verb) { in build()
407 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in build()
408 switch (verb) { in build()