#include "magick/cache.h"#include "magick/image.h"#include "magick/memory_.h"

Go to the source code of this file.
Functions | |
| static MagickBooleanType | GetFillColor (const DrawInfo *draw_info, const long x, const long y, PixelPacket *pixel) |
| static MagickBooleanType | GetStrokeColor (const DrawInfo *draw_info, const long x, const long y, PixelPacket *pixel) |
| static MagickBooleanType GetFillColor | ( | const DrawInfo * | draw_info, | |
| const long | x, | |||
| const long | y, | |||
| PixelPacket * | pixel | |||
| ) | [inline, static] |
Definition at line 29 of file draw-private.h.
References _Image::exception, _DrawInfo::fill, _DrawInfo::fill_pattern, GetOneVirtualMethodPixel(), MagickFalse, MagickTrue, _Image::matte, _PixelPacket::opacity, OpaqueOpacity, _Image::tile_offset, TileVirtualPixelMethod, _RectangleInfo::x, and _RectangleInfo::y.
Referenced by ColorFloodfillImage(), DrawPolygonPrimitive(), DrawPrimitive(), FloodfillPaintImage(), and RenderPostscript().
| static MagickBooleanType GetStrokeColor | ( | const DrawInfo * | draw_info, | |
| const long | x, | |||
| const long | y, | |||
| PixelPacket * | pixel | |||
| ) | [inline, static] |
Definition at line 55 of file draw-private.h.
References _Image::exception, GetOneVirtualMethodPixel(), MagickFalse, MagickTrue, _Image::matte, _PixelPacket::opacity, OpaqueOpacity, _DrawInfo::stroke, _DrawInfo::stroke_pattern, _Image::tile_offset, TileVirtualPixelMethod, _RectangleInfo::x, and _RectangleInfo::y.
Referenced by DrawPolygonPrimitive().
1.6.1