Searched refs:DrawEvent (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | draw.c | 425 (void) LogMagickEvent(DrawEvent,GetMagickModule()," begin active-edge"); in LogPolygonInfo() 429 (void) LogMagickEvent(DrawEvent,GetMagickModule()," edge %.20g:", in LogPolygonInfo() 431 (void) LogMagickEvent(DrawEvent,GetMagickModule()," direction: %s", in LogPolygonInfo() 433 (void) LogMagickEvent(DrawEvent,GetMagickModule()," ghostline: %s", in LogPolygonInfo() 435 (void) LogMagickEvent(DrawEvent,GetMagickModule(), in LogPolygonInfo() 439 (void) LogMagickEvent(DrawEvent,GetMagickModule()," %g,%g", in LogPolygonInfo() 443 (void) LogMagickEvent(DrawEvent,GetMagickModule()," end active-edge"); in LogPolygonInfo() 700 (void) LogMagickEvent(DrawEvent,GetMagickModule()," begin vector-path"); in LogPathInfo() 702 (void) LogMagickEvent(DrawEvent,GetMagickModule(), in LogPathInfo() 707 (void) LogMagickEvent(DrawEvent,GetMagickModule()," end vector-path"); in LogPathInfo() [all …]
|
D | log.h | 44 DrawEvent = 0x00080, enumerator
|
D | option.c | 1372 { "Draw", DrawEvent, UndefinedOptionFlag, MagickFalse },
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 798 using MagickCore::DrawEvent;
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 4290 (void) LogMagickEvent(DrawEvent,GetMagickModule(),"MVG:\n'%s'\n",wand->mvg); in DrawRender()
|