Home
last modified time | relevance | path

Searched refs:cropbox (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h75 static void CropPath(const SkPath&, const SkIRect& cropbox, SkPath* out);
DGrCoverageCountingPathRenderer.cpp305 void GrCoverageCountingPathRenderer::CropPath(const SkPath& path, const SkIRect& cropbox, in CropPath() argument
308 cropboxPath.addRect(SkRect::Make(cropbox)); in CropPath()
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h75 static void CropPath(const SkPath&, const SkIRect& cropbox, SkPath* out);
DGrCoverageCountingPathRenderer.cpp305 void GrCoverageCountingPathRenderer::CropPath(const SkPath& path, const SkIRect& cropbox, in CropPath() argument
308 cropboxPath.addRect(SkRect::Make(cropbox)); in CropPath()
/external/ImageMagick/coders/
Dpdf.c423 cropbox, in ReadPDFImage() local
514 cropbox=IsStringTrue(GetImageOption(image_info,"pdf:use-cropbox")); in ReadPDFImage()
581 if (cropbox != MagickFalse) in ReadPDFImage()
719 if (cropbox != MagickFalse) in ReadPDFImage()