|
| ImageFill (const Image::BitmapData &dest, const Image::BitmapData &src, int alpha, int x, int y) |
|
forcedinline void | setEdgeTableYPos (int y) noexcept |
|
forcedinline void | handleEdgeTablePixel (int x, int alphaLevel) const noexcept |
|
forcedinline void | handleEdgeTablePixelFull (int x) const noexcept |
|
void | handleEdgeTableLine (int x, int width, int alphaLevel) const noexcept |
|
void | handleEdgeTableLineFull (int x, int width) const noexcept |
|
void | handleEdgeTableRectangle (int x, int y, int width, int height, int alphaLevel) noexcept |
|
void | handleEdgeTableRectangleFull (int x, int y, int width, int height) noexcept |
|
void | clipEdgeTableLine (EdgeTable &et, int x, int y, int width) |
|
template<class DestPixelType, class SrcPixelType, bool repeatPattern>
struct juce::RenderingHelpers::EdgeTableFillers::ImageFill< DestPixelType, SrcPixelType, repeatPattern >
Fills an edge-table with a non-transformed image.