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