#include <juce_RenderingHelpers.h>
|
| RectangleListRegion (const Rectangle< int > &r) |
|
| RectangleListRegion (const RectangleList< int > &r) |
|
| RectangleListRegion (const RectangleListRegion &other) |
|
Ptr | clone () const |
|
Ptr | applyClipTo (const Ptr &target) const |
|
Ptr | clipToRectangle (const Rectangle< int > &r) |
|
Ptr | clipToRectangleList (const RectangleList< int > &r) |
|
Ptr | excludeClipRectangle (const Rectangle< int > &r) |
|
Ptr | clipToPath (const Path &p, const AffineTransform &transform) |
|
Ptr | clipToEdgeTable (const EdgeTable &et) |
|
Ptr | clipToImageAlpha (const Image &image, const AffineTransform &transform, const Graphics::ResamplingQuality quality) |
|
void | translate (Point< int > delta) |
|
bool | clipRegionIntersects (const Rectangle< int > &r) const |
|
Rectangle< int > | getClipBounds () const |
|
void | fillRectWithColour (SavedStateType &state, const Rectangle< int > &area, const PixelARGB colour, bool replaceContents) const |
|
void | fillRectWithColour (SavedStateType &state, const Rectangle< float > &area, const PixelARGB colour) const |
|
void | fillAllWithColour (SavedStateType &state, const PixelARGB colour, bool replaceContents) const |
|
void | fillAllWithGradient (SavedStateType &state, ColourGradient &gradient, const AffineTransform &transform, bool isIdentity) const |
|
void | renderImageTransformed (SavedStateType &state, const Image &src, const int alpha, const AffineTransform &transform, Graphics::ResamplingQuality quality, bool tiledFill) const |
|
void | renderImageUntransformed (SavedStateType &state, const Image &src, const int alpha, int x, int y, bool tiledFill) const |
|
template<class Renderer > |
void | iterate (Renderer &r) const noexcept |
|
| Base () |
|
virtual | ~Base () |
|
void | incReferenceCount () noexcept |
|
void | decReferenceCount () noexcept |
|
bool | decReferenceCountWithoutDeleting () noexcept |
|
int | getReferenceCount () const noexcept |
|
◆ Ptr
template<class SavedStateType >
◆ RectangleListRegion() [1/3]
template<class SavedStateType >
◆ RectangleListRegion() [2/3]
template<class SavedStateType >
◆ RectangleListRegion() [3/3]
template<class SavedStateType >
◆ applyClipTo()
template<class SavedStateType >
◆ clipRegionIntersects()
template<class SavedStateType >
◆ clipToEdgeTable()
template<class SavedStateType >
◆ clipToImageAlpha()
template<class SavedStateType >
◆ clipToPath()
template<class SavedStateType >
◆ clipToRectangle()
template<class SavedStateType >
◆ clipToRectangleList()
template<class SavedStateType >
◆ clone()
template<class SavedStateType >
◆ excludeClipRectangle()
template<class SavedStateType >
◆ fillAllWithColour()
template<class SavedStateType >
◆ fillAllWithGradient()
template<class SavedStateType >
◆ fillRectWithColour() [1/2]
template<class SavedStateType >
◆ fillRectWithColour() [2/2]
template<class SavedStateType >
◆ getClipBounds()
template<class SavedStateType >
◆ iterate()
template<class SavedStateType >
template<class Renderer >
◆ renderImageTransformed()
template<class SavedStateType >
◆ renderImageUntransformed()
template<class SavedStateType >
◆ translate()
template<class SavedStateType >
◆ clip
template<class SavedStateType >
The documentation for this class was generated from the following file: