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 (PixelAlpha *dest, const PixelARGB colour, int width) const noexcept |
forcedinline void | replaceLine (PixelARGB *dest, const PixelARGB colour, int width) const noexcept |
forcedinline void | replaceLine (PixelRGB *dest, PixelARGB colour, int width) const noexcept |
Private Attributes | |
bool | areRGBComponentsEqual |
const Image::BitmapData & | destData |
PixelType * | linePixels |
PixelARGB | sourceColour |
Fills an edge-table with a solid colour.
|
inline |
|
inlineprivatenoexcept |
References JUCE_PERFORM_PIXEL_OP_LOOP.
|
inlineprivatenoexcept |
References juce::addBytesToPointer(), juce::Image::BitmapData::pixelStride, and juce::gl::x.
|
inlinenoexcept |
References juce::gl::p, juce::gl::width, and juce::gl::x.
|
inlinenoexcept |
References juce::gl::width, and juce::gl::x.
|
inlinenoexcept |
References juce::gl::x.
|
inlinenoexcept |
References juce::gl::x.
|
inlinenoexcept |
References juce::addBytesToPointer(), juce::gl::height, juce::gl::p, juce::gl::width, juce::gl::x, and juce::gl::y.
|
inlinenoexcept |
References juce::gl::height, juce::gl::width, juce::gl::x, and juce::gl::y.
|
inlineprivatenoexcept |
References JUCE_PERFORM_PIXEL_OP_LOOP, juce::Image::BitmapData::pixelStride, and juce::gl::width.
|
inlineprivatenoexcept |
References JUCE_PERFORM_PIXEL_OP_LOOP.
|
inlineprivatenoexcept |
References JUCE_PERFORM_PIXEL_OP_LOOP, juce::Image::BitmapData::pixelStride, and juce::gl::width.
|
inlinenoexcept |
References juce::gl::y.
|
private |
|
private |
|
private |
|
private |