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 55 #define sk_path_verb_to_gr_path_command(X) ((GrPathCmd)(X))
GrTypes.h 536 enum GrPathCmd {
558 static int inline NumPathCmdPoints(GrPathCmd cmd) {
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 257 GrPathCmd cmd = (GrPathCmd)iter.next(pts);
GrAAConvexPathRenderer.cpp 240 GrPathCmd cmd = (GrPathCmd)iter.next(pts);
GrAAHairLinePathRenderer.cpp 216 GrPathCmd cmd = (GrPathCmd)iter.next(pts);
GrPathUtils.cpp 161 GrPathCmd cmd;
164 while ((cmd = (GrPathCmd)iter.next(pts)) != kEnd_PathCmd) {

Completed in 172 milliseconds