Searched refs:GetImageBoundingBox (Results 1 – 12 of 12) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | attribute.h | 42 GetImageBoundingBox(const Image *,ExceptionInfo *exception);
|
D | methods.h | 396 #define GetImageBoundingBox PrependMagickMethod(GetImageBoundingBox) macro
|
D | attribute.c | 240 MagickExport RectangleInfo GetImageBoundingBox(const Image *image, in GetImageBoundingBox() function
|
D | delegate.c | 846 page=GetImageBoundingBox(image,exception); in GetMagickPropertyLetter()
|
D | shear.c | 668 geometry=GetImageBoundingBox(median_image,exception); in DeskewImage()
|
D | annotate.c | 2039 crop_info=GetImageBoundingBox(annotate_image,exception); in RenderPostscript()
|
D | transform.c | 2400 geometry=GetImageBoundingBox(image,exception); in TrimImage()
|
D | property.c | 2765 page=GetImageBoundingBox(image,exception); in GetMagickPropertyLetter()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1336 using MagickCore::GetImageBoundingBox;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 450 bbox=GetImageBoundingBox(constImage(),exceptionInfo); in boundingBox()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 4813 page=GetImageBoundingBox(image,exception); in Get()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 4811 page=GetImageBoundingBox(image,exception);
|