JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
juce_RenderingHelpers.h File Reference

Go to the source code of this file.

Classes

class  juce::RenderingHelpers::TranslationOrTransform
 Holds either a simple integer translation, or an affine transform. More...
 
class  juce::RenderingHelpers::GlyphCache< CachedGlyphType, RenderTargetType >
 Holds a cache of recently-used glyph objects of some type. More...
 
class  juce::RenderingHelpers::CachedGlyphEdgeTable< RendererType >
 Caches a glyph as an edge-table. More...
 
struct  juce::RenderingHelpers::FloatRectangleRasterisingInfo
 Calculates the alpha values and positions for rendering the edges of a non-pixel-aligned rectangle. More...
 
struct  juce::RenderingHelpers::GradientPixelIterators::Linear
 Iterates the colour of pixels in a linear gradient. More...
 
struct  juce::RenderingHelpers::GradientPixelIterators::Radial
 Iterates the colour of pixels in a circular radial gradient. More...
 
struct  juce::RenderingHelpers::GradientPixelIterators::TransformedRadial
 Iterates the colour of pixels in a skewed radial gradient. More...
 
struct  juce::RenderingHelpers::ClipRegions< SavedStateType >
 
struct  juce::RenderingHelpers::ClipRegions< SavedStateType >::Base
 
struct  juce::RenderingHelpers::ClipRegions< SavedStateType >::EdgeTableRegion
 
class  juce::RenderingHelpers::ClipRegions< SavedStateType >::RectangleListRegion
 
class  juce::RenderingHelpers::SavedStateBase< SavedStateType >
 
class  juce::RenderingHelpers::SoftwareRendererSavedState
 
class  juce::RenderingHelpers::SavedStateStack< StateObjectType >
 
class  juce::RenderingHelpers::StackBasedLowLevelGraphicsContext< SavedStateType >
 

Namespaces

namespace  juce
 JUCE Namespace.
 
namespace  juce::RenderingHelpers::GradientPixelIterators
 Contains classes for calculating the colour of pixels within various types of gradient.
 
namespace  juce::RenderingHelpers::EdgeTableFillers
 Contains classes for filling edge tables with various fill types.
 

Macros

#define JUCE_PERFORM_PIXEL_OP_LOOP(op)
 

Macro Definition Documentation

◆ JUCE_PERFORM_PIXEL_OP_LOOP

#define JUCE_PERFORM_PIXEL_OP_LOOP (   op)

Definition at line 557 of file juce_RenderingHelpers.h.