Searched refs:fConvexPath (Results 1 – 1 of 1) sorted by relevance
56 if (fConvexPath.isEmpty()) { in drawShape()59 fConvexPath.moveTo(points[0]); in drawShape()60 fConvexPath.quadTo(points[1], points[2]); in drawShape()61 fConvexPath.quadTo(points[3], points[0]); in drawShape()62 SkASSERT(fConvexPath.isConvex()); in drawShape()64 canvas->drawPath(fConvexPath, *paint); in drawShape()179 SkPath fConvexPath; member in skiagm::DstReadShuffle