A lowest-common-denominator implementation of LowLevelGraphicsContext that does all its rendering in memory. More...
#include <juce_LowLevelGraphicsSoftwareRenderer.h>


Public Member Functions | |
| LowLevelGraphicsSoftwareRenderer (const Image &imageToRenderOnto) | |
| Creates a context to render into an image. | |
| LowLevelGraphicsSoftwareRenderer (const Image &imageToRenderOnto, Point< int > origin, const RectangleList< int > &initialClip) | |
| Creates a context to render into a clipped subsection of an image. | |
| ~LowLevelGraphicsSoftwareRenderer () override | |
| Destructor. | |
| void | addTransform (const AffineTransform &t) override |
| void | beginTransparencyLayer (float opacity) override |
| bool | clipRegionIntersects (const Rectangle< int > &r) override |
| void | clipToImageAlpha (const Image &im, const AffineTransform &t) override |
| void | clipToPath (const Path &path, const AffineTransform &t) override |
| bool | clipToRectangle (const Rectangle< int > &r) override |
| bool | clipToRectangleList (const RectangleList< int > &r) override |
| virtual void | drawEllipse (const Rectangle< float > &area, float lineThickness) |
| void | drawGlyphs (Span< const uint16_t > glyphs, Span< const Point< float > > positions, const AffineTransform &t) override |
| Uses the current font to draw the provided glyph numbers. | |
| void | drawImage (const Image &im, const AffineTransform &t) override |
| void | drawLine (const Line< float > &line) override |
| virtual void | drawLineWithThickness (const Line< float > &line, float lineThickness) |
| virtual void | drawRect (const Rectangle< float > &rect, float lineThickness) |
| virtual void | drawRoundedRectangle (const Rectangle< float > &r, float cornerSize, float lineThickness) |
| void | endTransparencyLayer () override |
| void | excludeClipRectangle (const Rectangle< int > &r) override |
| virtual void | fillAll () |
| virtual void | fillEllipse (const Rectangle< float > &area) |
| void | fillPath (const Path &path, const AffineTransform &t) override |
| void | fillRect (const Rectangle< float > &r) override |
| void | fillRect (const Rectangle< int > &r, bool replace) override |
| void | fillRectList (const RectangleList< float > &list) override |
| virtual void | fillRoundedRectangle (const Rectangle< float > &r, float cornerSize) |
| Rectangle< int > | getClipBounds () const override |
| const Font & | getFont () override |
| uint64_t | getFrameId () const override |
| Returns an integer that uniquely identifies the current frame. | |
| float | getPhysicalPixelScaleFactor () const override |
| std::unique_ptr< ImageType > | getPreferredImageTypeForTemporaryImages () const override |
| Returns the optimal ImageType for creating temporary images in this GraphicsContext. | |
| bool | isClipEmpty () const override |
| bool | isVectorDevice () const override |
| Returns true if this device is vector-based, e.g. | |
| void | restoreState () override |
| void | saveState () override |
| void | setFill (const FillType &fillType) override |
| void | setFont (const Font &newFont) override |
| void | setInterpolationQuality (Graphics::ResamplingQuality quality) override |
| void | setOpacity (float newOpacity) override |
| void | setOrigin (Point< int > o) override |
| Moves the origin to a new position. | |
| virtual void | strokePath (const Path &path, const PathStrokeType &strokeType, const AffineTransform &transform) |
Protected Member Functions | |
| void | drawGlyph (uint16_t i, const AffineTransform &t) |
Protected Attributes | |
| uint64_t | frame |
| RenderingHelpers::SavedStateStack< RenderingHelpers::SoftwareRendererSavedState > | stack |
A lowest-common-denominator implementation of LowLevelGraphicsContext that does all its rendering in memory.
User code is not supposed to create instances of this class directly - do all your rendering via the Graphics class instead.
@tags{Graphics}
| juce::LowLevelGraphicsSoftwareRenderer::LowLevelGraphicsSoftwareRenderer | ( | const Image & | imageToRenderOnto | ) |
Creates a context to render into an image.
| juce::LowLevelGraphicsSoftwareRenderer::LowLevelGraphicsSoftwareRenderer | ( | const Image & | imageToRenderOnto, |
| Point< int > | origin, | ||
| const RectangleList< int > & | initialClip | ||
| ) |
Creates a context to render into a clipped subsection of an image.
|
override |
Destructor.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineprotectedinherited |
|
inlineoverridevirtualinherited |
Uses the current font to draw the provided glyph numbers.
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlinevirtualinherited |
Reimplemented in juce::Direct2DGraphicsContext, and juce::CoreGraphicsContext.
|
inlinevirtualinherited |
Reimplemented in juce::Direct2DGraphicsContext.
References juce::RectangleList< ValueType >::addWithoutMerging().
|
inlinevirtualinherited |
Reimplemented in juce::Direct2DGraphicsContext, and juce::CoreGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlinevirtualinherited |
Reimplemented in juce::CoreGraphicsContext.
|
inlinevirtualinherited |
Reimplemented in juce::CoreGraphicsContext, and juce::Direct2DGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlinevirtualinherited |
Reimplemented in juce::Direct2DGraphicsContext, and juce::CoreGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Returns an integer that uniquely identifies the current frame.
Useful for debugging/logging.
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtual |
Returns the optimal ImageType for creating temporary images in this GraphicsContext.
While this typically matches the GraphicsContext's native ImageType, certain scenarios may benefit from using a different format for temporary operations (e.g., for performance, memory efficiency, or specific rendering requirements).
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Returns true if this device is vector-based, e.g.
a printer.
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Implements juce::LowLevelGraphicsContext.
|
inlineoverridevirtualinherited |
Moves the origin to a new position.
The coordinates are relative to the current origin, and indicate the new position of (0, 0).
Implements juce::LowLevelGraphicsContext.
|
inlinevirtualinherited |
Reimplemented in juce::Direct2DGraphicsContext, and juce::CoreGraphicsContext.
References juce::PathStrokeType::createStrokedPath().
|
protectedinherited |