Searched refs:GetImageConvexHull (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | attribute.h | 42 *GetImageConvexHull(const Image *,size_t *,ExceptionInfo *),
|
D | attribute.c | 762 MagickExport PointInfo *GetImageConvexHull(const Image *image, in GetImageConvexHull() function 1231 vertices=GetImageConvexHull(image,&number_hull_vertices,exception); in GetImageMinimumBoundingBox()
|
D | methods.h | 421 #define GetImageConvexHull PrependMagickMethod(GetImageConvexHull) macro
|
D | identify.c | 1300 convex_hull=GetImageConvexHull(image,&number_points,exception); in IdentifyImage()
|
D | property.c | 2936 convex_hull=GetImageConvexHull(image,&number_points,exception); in GetMagickProperty()
|