DrawLine          697 Magick++/lib/Drawable.cpp   DrawLine( context_, _startX, _startY, _endX, _endY );
DrawLine          581 Magick++/lib/Magick++/Include.h   using MagickLib::DrawLine;
DrawLine         7033 TclMagick/generic/TclMagick.c 	DrawLine(wandPtr, sx, sy, ex, ey);
DrawLine          894 coders/wmf.c             DrawLine(WmfDrawContext,
DrawLine          916 coders/wmf.c         DrawLine(WmfDrawContext,
DrawLine         1570 coders/wmf.c                 DrawLine(WmfDrawContext, 0, 3, 7,3);
DrawLine         1575 coders/wmf.c                 DrawLine(WmfDrawContext, 3, 0, 3, 7);
DrawLine         1580 coders/wmf.c                 DrawLine(WmfDrawContext, 0, 0, 7, 7);
DrawLine         1585 coders/wmf.c                 DrawLine(WmfDrawContext, 0, 7, 7, 0 );
DrawLine         1590 coders/wmf.c                 DrawLine(WmfDrawContext, 0, 3, 7, 3 );
DrawLine         1591 coders/wmf.c                 DrawLine(WmfDrawContext, 3, 0, 3, 7 );
DrawLine         1596 coders/wmf.c                 DrawLine(WmfDrawContext, 0, 0, 7, 7 );
DrawLine         1597 coders/wmf.c                 DrawLine(WmfDrawContext, 0, 7, 7, 0 );
DrawLine          181 magick/draw.c    void (*DrawLine)
DrawLine          125 magick/draw.h    DrawLine(DrawContext context,
DrawLine          319 wand/drawing_wand.h   DrawLine(DrawingWand *,const double, const double,const double,const double),