Searched refs:cropbox (Results 1 – 5 of 5) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.h | 75 static void CropPath(const SkPath&, const SkIRect& cropbox, SkPath* out);
|
D | GrCoverageCountingPathRenderer.cpp | 305 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/ |
D | GrCoverageCountingPathRenderer.h | 75 static void CropPath(const SkPath&, const SkIRect& cropbox, SkPath* out);
|
D | GrCoverageCountingPathRenderer.cpp | 305 void GrCoverageCountingPathRenderer::CropPath(const SkPath& path, const SkIRect& cropbox, in CropPath() argument 308 cropboxPath.addRect(SkRect::Make(cropbox)); in CropPath()
|
/external/ImageMagick/coders/ |
D | pdf.c | 423 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()
|