Home
last modified time | relevance | path

Searched refs:CropPath (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h75 static void CropPath(const SkPath&, const SkIRect& cropbox, SkPath* out);
DGrCoverageCountingPathRenderer.cpp176 CropPath(deviceSpacePath, SkIRect::MakeWH(maxRTSize, maxRTSize), &croppedPath); in makeClipProcessor()
305 void GrCoverageCountingPathRenderer::CropPath(const SkPath& path, const SkIRect& cropbox, in CropPath() function in GrCoverageCountingPathRenderer
DGrCCDrawPathsOp.cpp54 GrCoverageCountingPathRenderer::CropPath(croppedDevPath, cropBox, &croppedDevPath); in Make()
60 GrCoverageCountingPathRenderer::CropPath(croppedDevPath, cropBox, &croppedDevPath); in Make()