Home | History | Annotate | Download | only in core

Lines Matching full:verb

54     SkPath::Verb verb;
56 while ((verb = clipper->next(pts)) != SkPath::kDone_Verb) {
57 switch (verb) {
86 SkPath::Verb verb;
109 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) {
110 switch (verb) {
128 SkDEBUGFAIL("unexpected verb");
133 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) {
134 switch (verb) {
146 SkDEBUGFAIL("unexpected verb");
178 SkPath::Verb verb;
185 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) {
186 switch (verb) {
229 SkDEBUGFAIL("unexpected verb");
234 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) {
235 switch (verb) {
273 SkDEBUGFAIL("unexpected verb");