Searched refs:croppedPath (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 174 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/ |
D | GrCoverageCountingPathRenderer.cpp | 174 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()
|