HomeSort by relevance Sort by last modified time
    Searched refs:GrPathCmd (Results 1 - 6 of 6) sorted by null

  /external/skia/include/gpu/
SkGr.h 66 #define sk_path_verb_to_gr_path_command(X) ((GrPathCmd)(X))
GrTypes.h 527 enum GrPathCmd {
549 static int inline NumPathCmdPoints(GrPathCmd cmd) {
  /external/skia/src/gpu/
GrPathUtils.cpp 161 GrPathCmd cmd;
164 while ((cmd = (GrPathCmd)iter.next(pts)) != kEnd_PathCmd) {
GrDefaultPathRenderer.cpp 262 GrPathCmd cmd = (GrPathCmd)iter.next(pts);
GrAAConvexPathRenderer.cpp 216 GrPathCmd cmd = (GrPathCmd)iter.next(pts);
GrAAHairLinePathRenderer.cpp 215 GrPathCmd cmd = (GrPathCmd)iter.next(pts);

Completed in 35 milliseconds