#include "MagickCore/cache.h"
#include "MagickCore/image.h"
#include "MagickCore/memory_.h"
Go to the source code of this file.
Functions | |
static void | GetFillColor (const DrawInfo *draw_info, const ssize_t x, const ssize_t y, PixelInfo *fill, ExceptionInfo *exception) |
static void | GetStrokeColor (const DrawInfo *draw_info, const ssize_t x, const ssize_t y, PixelInfo *stroke, ExceptionInfo *exception) |
static void GetFillColor | ( | const DrawInfo * | draw_info, | |
const ssize_t | x, | |||
const ssize_t | y, | |||
PixelInfo * | fill, | |||
ExceptionInfo * | exception | |||
) | [inline, static] |
References _PixelInfo::alpha, _DrawInfo::fill, _DrawInfo::fill_alpha, _DrawInfo::fill_pattern, GetOneVirtualPixelInfo(), MagickEpsilon, QuantumScale, _Image::tile_offset, TileVirtualPixelMethod, TransparentAlpha, _RectangleInfo::x, and _RectangleInfo::y.
Referenced by DrawPolygonPrimitive(), DrawPrimitive(), FloodfillPaintImage(), and RenderPostscript().
static void GetStrokeColor | ( | const DrawInfo * | draw_info, | |
const ssize_t | x, | |||
const ssize_t | y, | |||
PixelInfo * | stroke, | |||
ExceptionInfo * | exception | |||
) | [inline, static] |