Lines Matching refs:verb
259 SkPath::Verb verb; in buildPoly() local
283 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in buildPoly()
284 switch (verb) { in buildPoly()
310 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in buildPoly()
311 switch (verb) { in buildPoly()
343 SkPath::Verb verb; in build() local
353 SkPath::Verb verb; in build() local
355 while ((verb = clipper.next(pts)) != SkPath::kDone_Verb) { in build()
356 const int count = SkPathPriv::PtsInIter(verb); in build()
361 switch (verb) { in build()
370 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in build()
371 switch (verb) { in build()
408 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in build()
417 switch (verb) { in build()