Searched refs:fRoundedPath (Results 1 – 2 of 2) sorted by relevance
26 canvas->clipPath(fRoundedPath, SkClipOp::kIntersect, antiAlias); in onClip()32 canvas->drawPath(fRoundedPath, paint); in onDraw()36 return fRoundedPath; in onAsPath()46 fRoundedPath.reset(); in onRevalidate()48 SkAssertResult(round->filterPath(&fRoundedPath, path, &rec, &childbounds)); in onRevalidate()50 fRoundedPath = path; in onRevalidate()53 fRoundedPath.shrinkToFit(); in onRevalidate()55 return fRoundedPath.computeTightBounds(); in onRevalidate()
42 SkPath fRoundedPath; variable