Home
last modified time | relevance | path

Searched refs:GrPathCmd (Results 1 – 4 of 4) sorted by relevance

/external/skia/gpu/src/
DGrPathUtils.cpp115 GrPathCmd cmd; in worstCasePointCount()
118 while ((cmd = (GrPathCmd)iter.next(pts)) != kEnd_PathCmd) { in worstCasePointCount()
DGrPathRenderer.cpp333 GrPathCmd cmd = (GrPathCmd)iter.next(pts); in onDrawPath()
/external/skia/gpu/include/
DGrTypes.h391 enum GrPathCmd { enum
413 static int inline NumPathCmdPoints(GrPathCmd cmd) { in NumPathCmdPoints()
/external/skia/include/gpu/
DSkGr.h101 #define sk_path_verb_to_gr_path_command(X) ((GrPathCmd)(X))