Searched refs:GetImageBoundingBox (Results 1 – 12 of 12) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | attribute.h | 42 GetImageBoundingBox(const Image *,ExceptionInfo *exception);
|
D | attribute.c | 125 MagickExport RectangleInfo GetImageBoundingBox(const Image *image, in GetImageBoundingBox() function
|
D | methods.h | 421 #define GetImageBoundingBox PrependMagickMethod(GetImageBoundingBox) macro
|
D | delegate.c | 824 page=GetImageBoundingBox(image,exception); in GetMagickPropertyLetter()
|
D | shear.c | 673 geometry=GetImageBoundingBox(median_image,exception); in DeskewImage()
|
D | annotate.c | 1972 crop_info=GetImageBoundingBox(annotate_image,exception); in RenderPostscript()
|
D | transform.c | 2462 geometry=GetImageBoundingBox(image,exception); in TrimImage()
|
D | property.c | 2697 page=GetImageBoundingBox(image,exception); in GetMagickPropertyLetter()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1313 using MagickCore::GetImageBoundingBox;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 455 bbox=GetImageBoundingBox(constImage(),exceptionInfo); in boundingBox()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 4737 page=GetImageBoundingBox(image,exception); in Get()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 4737 page=GetImageBoundingBox(image,exception);
|