|
MagickCore
6.7.5
|


Go to the source code of this file.
Functions | |
| static MagickBooleanType | GetFillColor (const DrawInfo *draw_info, const ssize_t x, const ssize_t y, PixelInfo *fill, ExceptionInfo *exception) |
| static MagickBooleanType | GetStrokeColor (const DrawInfo *draw_info, const ssize_t x, const ssize_t y, PixelInfo *stroke, ExceptionInfo *exception) |
| static MagickBooleanType GetFillColor | ( | const DrawInfo * | draw_info, |
| const ssize_t | x, | ||
| const ssize_t | y, | ||
| PixelInfo * | fill, | ||
| ExceptionInfo * | exception | ||
| ) | [inline, static] |
Definition at line 29 of file draw-private.h.
References _DrawInfo::fill_pattern, _DrawInfo::fill, MagickTrue, GetOneVirtualPixelInfo(), TileVirtualPixelMethod, _Image::tile_offset, _RectangleInfo::x, and _RectangleInfo::y.
Referenced by RenderPostscript(), DrawPolygonPrimitive(), DrawPrimitive(), and FloodfillPaintImage().
| static MagickBooleanType GetStrokeColor | ( | const DrawInfo * | draw_info, |
| const ssize_t | x, | ||
| const ssize_t | y, | ||
| PixelInfo * | stroke, | ||
| ExceptionInfo * | exception | ||
| ) | [inline, static] |
Definition at line 51 of file draw-private.h.
References _DrawInfo::stroke_pattern, _DrawInfo::stroke, MagickTrue, GetOneVirtualPixelInfo(), TileVirtualPixelMethod, _Image::tile_offset, _RectangleInfo::x, and _RectangleInfo::y.
Referenced by DrawPolygonPrimitive().