Home
last modified time | relevance | path

Searched refs:fRoundedPath (Results 1 – 2 of 2) sorted by relevance

/external/skqp/modules/sksg/src/
DSkSGRoundEffect.cpp26 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()
/external/skqp/modules/sksg/include/
DSkSGRoundEffect.h42 SkPath fRoundedPath; variable