Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dattribute.h46 GetImageBoundingBox(const Image *,ExceptionInfo *);
Dmethods.h419 #define GetImageBoundingBox PrependMagickMethod(GetImageBoundingBox) macro
Dproperty.c2784 page=GetImageBoundingBox(image,exception); in GetMagickPropertyLetter()
2869 geometry=GetImageBoundingBox(image,exception); in GetMagickProperty()
Ddelegate.c892 page=GetImageBoundingBox(image,exception); in GetMagickPropertyLetter()
Dshear.c668 geometry=GetImageBoundingBox(median_image,exception); in DeskewImage()
Dattribute.c389 MagickExport RectangleInfo GetImageBoundingBox(const Image *image, in GetImageBoundingBox() function
Dannotate.c2102 crop_info=GetImageBoundingBox(annotate_image,exception); in RenderPostscript()
Dtransform.c2409 geometry=GetImageBoundingBox(image,exception); in TrimImage()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1365 using MagickCore::GetImageBoundingBox;
/external/ImageMagick/Magick++/lib/
DImage.cpp450 bbox=GetImageBoundingBox(constImage(),exceptionInfo); in boundingBox()
/external/ImageMagick/PerlMagick/
DMagick.xs4828 page=GetImageBoundingBox(image,exception); in Get()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in4826 page=GetImageBoundingBox(image,exception);