Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h78 static void CropPath(const SkPath&, const SkIRect& cropbox, SkPath* out);
DGrCoverageCountingPathRenderer.cpp213 CropPath(deviceSpacePath, SkIRect::MakeWH(maxRTSize, maxRTSize), &croppedPath); in makeClipProcessor()
344 void GrCoverageCountingPathRenderer::CropPath(const SkPath& path, const SkIRect& cropbox, in CropPath() function in GrCoverageCountingPathRenderer
DGrCCDrawPathsOp.cpp55 GrCoverageCountingPathRenderer::CropPath(croppedDevPath, cropBox, &croppedDevPath); in Make()
61 GrCoverageCountingPathRenderer::CropPath(croppedDevPath, cropBox, &croppedDevPath); in Make()