Lines Matching refs:verb
64 uint8_t verb; in SubsetContours() local
68 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in SubsetContours()
69 switch (verb) { in SubsetContours()
101 uint8_t verb; in getSubsetPath() local
106 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in getSubsetPath()
111 switch (verb) { in getSubsetPath()
155 uint8_t verb; in SubsetVerbs() local
158 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in SubsetVerbs()
159 switch (verb) { in SubsetVerbs()
188 uint8_t verb; in getSubsetPath() local
193 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in getSubsetPath()
194 bool enabled = SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb in getSubsetPath()
205 switch (verb) { in getSubsetPath()