Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp174 SkPath croppedPath; in makeClipProcessor() local
176 CropPath(deviceSpacePath, SkIRect::MakeWH(maxRTSize, maxRTSize), &croppedPath); in makeClipProcessor()
177 clipPath.init(croppedPath, accessRect, rtWidth, rtHeight, caps); in makeClipProcessor()
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp174 SkPath croppedPath; in makeClipProcessor() local
176 CropPath(deviceSpacePath, SkIRect::MakeWH(maxRTSize, maxRTSize), &croppedPath); in makeClipProcessor()
177 clipPath.init(croppedPath, accessRect, rtWidth, rtHeight, caps); in makeClipProcessor()