Home | History | Annotate | Download | only in core

Lines Matching refs:Verb

45     SkPath::Verb verb;
47 while ((verb = clipper->next(pts)) != SkPath::kDone_Verb) {
48 switch (verb) {
81 SkPath::Verb verb;
88 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
89 switch (verb) {
114 SkASSERT(!"unexpected verb");
119 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
120 switch (verb) {
146 SkASSERT(!"unexpected verb");