Home
last modified time | relevance | path

Searched refs:GetImageBoundingBox (Results 1 – 12 of 12) sorted by relevance

/external/ImageMagick/MagickCore/
Dattribute.h42 GetImageBoundingBox(const Image *,ExceptionInfo *exception);
Dmethods.h396 #define GetImageBoundingBox PrependMagickMethod(GetImageBoundingBox) macro
Dattribute.c240 MagickExport RectangleInfo GetImageBoundingBox(const Image *image, in GetImageBoundingBox() function
Ddelegate.c846 page=GetImageBoundingBox(image,exception); in GetMagickPropertyLetter()
Dshear.c668 geometry=GetImageBoundingBox(median_image,exception); in DeskewImage()
Dannotate.c2039 crop_info=GetImageBoundingBox(annotate_image,exception); in RenderPostscript()
Dtransform.c2400 geometry=GetImageBoundingBox(image,exception); in TrimImage()
Dproperty.c2765 page=GetImageBoundingBox(image,exception); in GetMagickPropertyLetter()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1336 using MagickCore::GetImageBoundingBox;
/external/ImageMagick/Magick++/lib/
DImage.cpp450 bbox=GetImageBoundingBox(constImage(),exceptionInfo); in boundingBox()
/external/ImageMagick/PerlMagick/
DMagick.xs4813 page=GetImageBoundingBox(image,exception); in Get()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in4811 page=GetImageBoundingBox(image,exception);