Searched refs:GetImageBoundingBox (Results 1 – 12 of 12) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | attribute.h | 46 GetImageBoundingBox(const Image *,ExceptionInfo *);
|
D | methods.h | 419 #define GetImageBoundingBox PrependMagickMethod(GetImageBoundingBox) macro
|
D | property.c | 2784 page=GetImageBoundingBox(image,exception); in GetMagickPropertyLetter() 2869 geometry=GetImageBoundingBox(image,exception); in GetMagickProperty()
|
D | delegate.c | 892 page=GetImageBoundingBox(image,exception); in GetMagickPropertyLetter()
|
D | shear.c | 668 geometry=GetImageBoundingBox(median_image,exception); in DeskewImage()
|
D | attribute.c | 389 MagickExport RectangleInfo GetImageBoundingBox(const Image *image, in GetImageBoundingBox() function
|
D | annotate.c | 2102 crop_info=GetImageBoundingBox(annotate_image,exception); in RenderPostscript()
|
D | transform.c | 2409 geometry=GetImageBoundingBox(image,exception); in TrimImage()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1365 using MagickCore::GetImageBoundingBox;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 450 bbox=GetImageBoundingBox(constImage(),exceptionInfo); in boundingBox()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 4828 page=GetImageBoundingBox(image,exception); in Get()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 4826 page=GetImageBoundingBox(image,exception);
|