Home | History | Annotate | Download | only in gl

Lines Matching full:verb

18 inline GrGLubyte verb_to_gl_path_cmd(const SkPath::Verb verb) {
33 GrAssert(verb >= 0 && (size_t)verb < GR_ARRAY_COUNT(gTable));
34 return gTable[verb];
38 inline int num_pts(const SkPath::Verb verb) {
53 GrAssert(verb >= 0 && (size_t)verb < GR_ARRAY_COUNT(gTable));
54 return gTable[verb];
83 SkPath::Verb v = static_cast<SkPath::Verb>(pathCommands[i]);