Lines Matching refs:verb
65 uint8_t verb; in SubsetContours() local
69 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in SubsetContours()
70 switch (verb) { in SubsetContours()
102 uint8_t verb; in getSubsetPath() local
107 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in getSubsetPath()
112 switch (verb) { in getSubsetPath()
156 uint8_t verb; in SubsetVerbs() local
159 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in SubsetVerbs()
160 switch (verb) { in SubsetVerbs()
189 uint8_t verb; in getSubsetPath() local
194 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in getSubsetPath()
195 bool enabled = SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb in getSubsetPath()
206 switch (verb) { in getSubsetPath()