Home
last modified time | relevance | path

Searched refs:DrawEvent (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/MagickCore/
Dlog.h44 DrawEvent = 0x00080, enumerator
Ddraw.c460 (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 …]
Doption.c1660 { "Draw", DrawEvent, UndefinedOptionFlag, MagickFalse },
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h808 using MagickCore::DrawEvent;
/external/ImageMagick/MagickWand/
Ddrawing-wand.c4371 (void) LogMagickEvent(DrawEvent,GetMagickModule(),"MVG:\n'%s'\n",wand->mvg); in DrawRender()