Lines Matching full:verb
18 inline GrGLubyte verb_to_gl_path_cmd(const SkPath::Verb verb) {
32 GrAssert(verb >= 0 && (size_t)verb < GR_ARRAY_COUNT(gTable));
33 return gTable[verb];
37 inline int num_pts(const SkPath::Verb verb) {
51 GrAssert(verb >= 0 && (size_t)verb < GR_ARRAY_COUNT(gTable));
52 return gTable[verb];
80 SkPath::Verb v = static_cast<SkPath::Verb>(pathCommands[i]);