Go to the source code of this file.
|
template<class Iterator > |
void | RenderingHelpers::EdgeTableFillers::renderImageTransformed (Iterator &iter, const Image::BitmapData &destData, const Image::BitmapData &srcData, const int alpha, const AffineTransform &transform, Graphics::ResamplingQuality quality, bool tiledFill) |
|
template<class Iterator > |
void | RenderingHelpers::EdgeTableFillers::renderImageUntransformed (Iterator &iter, const Image::BitmapData &destData, const Image::BitmapData &srcData, const int alpha, int x, int y, bool tiledFill) |
|
template<class Iterator , class DestPixelType > |
void | RenderingHelpers::EdgeTableFillers::renderSolidFill (Iterator &iter, const Image::BitmapData &destData, const PixelARGB fillColour, const bool replaceContents, DestPixelType *) |
|
template<class Iterator , class DestPixelType > |
void | RenderingHelpers::EdgeTableFillers::renderGradient (Iterator &iter, const Image::BitmapData &destData, const ColourGradient &g, const AffineTransform &transform, const PixelARGB *const lookupTable, const int numLookupEntries, const bool isIdentity, DestPixelType *) |
|
#define JUCE_PERFORM_PIXEL_OP_LOOP |
( |
|
op | ) |
|
Value:
const int destStride = destData.pixelStride; \
}
Type * addBytesToPointer(Type *basePointer, IntegerType bytes) noexcept
Definition: juce_Memory.h:53
png_const_structrp png_const_inforp int png_fixed_point * width
Definition: juce_PNGLoader.cpp:2339
#define JUCE_PERFORM_PIXEL_OP_LOOP |
( |
|
op | ) |
|
Value:
const int destStride = destData.pixelStride; \
}
Type * addBytesToPointer(Type *basePointer, IntegerType bytes) noexcept
Definition: juce_Memory.h:53
png_const_structrp png_const_inforp int png_fixed_point * width
Definition: juce_PNGLoader.cpp:2339
#define JUCE_RENDERINGHELPERS_H_INCLUDED |