Home
last modified time | relevance | path

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

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