Home | History | Annotate | Download | only in gpu

Lines Matching full:verb

11 // Verb count limit for generating path key from content of a volatile path.
84 SkPath::Verb verb;
86 while ((verb = iter.next(points)) != SkPath::kDone_Verb) {
87 if (verb == SkPath::kConic_Verb) {
108 // 1) verb, point data and conic weights (varying size)
123 // Verb count establishes unambiguous verb data.
132 // uninitialized. This does not produce ambiguous verb data, since we have serialized the exact
133 // verb count.