Lines Matching refs:verb
110 SkPath::Verb verb; in addClipper() local
112 while ((verb = clipper->next(pts)) != SkPath::kDone_Verb) { in addClipper()
113 switch (verb) { in addClipper()
147 SkPath::Verb verb; in buildPoly() local
170 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in buildPoly()
171 switch (verb) { in buildPoly()
199 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in buildPoly()
200 switch (verb) { in buildPoly()
250 SkPath::Verb verb; in build() local
257 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in build()
258 switch (verb) { in build()
298 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in build()
299 switch (verb) { in build()