Searched refs:DrawEvent (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | log.h | 44 DrawEvent = 0x00080, enumerator
|
D | draw.c | 460 (void) LogMagickEvent(DrawEvent,GetMagickModule()," begin active-edge"); in LogPolygonInfo() 464 (void) LogMagickEvent(DrawEvent,GetMagickModule()," edge %.20g:", in LogPolygonInfo() 466 (void) LogMagickEvent(DrawEvent,GetMagickModule()," direction: %s", in LogPolygonInfo() 468 (void) LogMagickEvent(DrawEvent,GetMagickModule()," ghostline: %s", in LogPolygonInfo() 470 (void) LogMagickEvent(DrawEvent,GetMagickModule(), in LogPolygonInfo() 474 (void) LogMagickEvent(DrawEvent,GetMagickModule()," %g,%g", in LogPolygonInfo() 478 (void) LogMagickEvent(DrawEvent,GetMagickModule()," end active-edge"); in LogPolygonInfo() 743 (void) LogMagickEvent(DrawEvent,GetMagickModule()," begin vector-path"); in LogPathInfo() 745 (void) LogMagickEvent(DrawEvent,GetMagickModule(), in LogPathInfo() 750 (void) LogMagickEvent(DrawEvent,GetMagickModule()," end vector-path"); in LogPathInfo() [all …]
|
D | option.c | 1660 { "Draw", DrawEvent, UndefinedOptionFlag, MagickFalse },
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 808 using MagickCore::DrawEvent;
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 4371 (void) LogMagickEvent(DrawEvent,GetMagickModule(),"MVG:\n'%s'\n",wand->mvg); in DrawRender()
|