Fills an edge-table with a solid colour. More...
#include <juce_RenderingHelpers.h>
Public Member Functions | |
SolidColour (const Image::BitmapData &image, PixelARGB colour) | |
forcedinline void | handleEdgeTableLine (int x, int width, int alphaLevel) const noexcept |
forcedinline void | handleEdgeTableLineFull (int x, int width) const noexcept |
forcedinline void | handleEdgeTablePixel (int x, int alphaLevel) const noexcept |
forcedinline void | handleEdgeTablePixelFull (int x) 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 |
forcedinline void | setEdgeTableYPos (int y) noexcept |
Private Member Functions | |
void | blendLine (PixelType *dest, PixelARGB colour, int width) const noexcept |
forcedinline PixelType * | getPixel (int x) const noexcept |
forcedinline void | replaceLine (PixelRGB *dest, PixelARGB colour, int width) const noexcept |
forcedinline void | replaceLine (PixelAlpha *dest, const PixelARGB colour, int width) const noexcept |
forcedinline void | replaceLine (PixelARGB *dest, const PixelARGB colour, int width) const noexcept |
Private Attributes | |
bool | areRGBComponentsEqual |
const Image::BitmapData & | destData |
PixelRGB | filler [4] |
PixelType * | linePixels |
PixelARGB | sourceColour |
Fills an edge-table with a solid colour.
|
inline |
|
inlineprivatenoexcept |
References JUCE_PERFORM_PIXEL_OP_LOOP.
|
inlineprivatenoexcept |
References juce::addBytesToPointer(), and juce::Image::BitmapData::pixelStride.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
References juce::addBytesToPointer().
|
inlinenoexcept |
|
inlineprivatenoexcept |
|
inlineprivatenoexcept |
References JUCE_PERFORM_PIXEL_OP_LOOP, and juce::Image::BitmapData::pixelStride.
|
inlineprivatenoexcept |
References JUCE_DECLARE_NON_COPYABLE, and JUCE_PERFORM_PIXEL_OP_LOOP.
|
inlinenoexcept |
|
private |
|
private |
|
private |
|
private |
|
private |