DrawAllocateContext  794 Magick++/lib/Image.cpp   DrawContext context = DrawAllocateContext( options()->drawInfo(), image());
DrawAllocateContext  814 Magick++/lib/Image.cpp   DrawContext context = DrawAllocateContext( options()->drawInfo(), image());
DrawAllocateContext  566 Magick++/lib/Magick++/Include.h   using MagickLib::DrawAllocateContext;
DrawAllocateContext  200 coders/ttf.c     context=DrawAllocateContext(draw_info,image);
DrawAllocateContext  600 coders/wmf.c     ddata->draw_context = DrawAllocateContext(ddata->draw_info,ddata->image);
DrawAllocateContext   46 magick/draw.h    DrawAllocateContext(const DrawInfo *draw_info, Image *image);
DrawAllocateContext   26 tests/drawtest.c   context = DrawAllocateContext((DrawInfo*)NULL, image);