Searched defs:DrawInfo (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
H A Ddraw.h327 } DrawInfo; typedef in typeref:struct:_DrawInfo
369 extern MagickExport DrawInfo
371 *CloneDrawInfo(const ImageInfo *,const DrawInfo *),
372 *DestroyDrawInfo(DrawInfo *);
376 DrawClipPath(Image *,const DrawInfo *,const char *,ExceptionInfo *),
377 DrawGradientImage(Image *,const DrawInfo *,ExceptionInfo *),
378 DrawImage(Image *,const DrawInfo *,ExceptionInfo *),
379 DrawPatternPath(Image *,const DrawInfo *,const char *,Image **,
381 DrawPrimitive(Image *,const DrawInfo *,const PrimitiveInfo *,ExceptionInfo *);
385 GetDrawInfo(const ImageInfo *,DrawInfo *);
[all...]

Completed in 116 milliseconds