|
| RectangleListRegion (const Rectangle< int > &r) |
|
| RectangleListRegion (const RectangleList< int > &r) |
|
| RectangleListRegion (const RectangleListRegion &other) |
|
Ptr | applyClipTo (const Ptr &target) const |
|
bool | clipRegionIntersects (const Rectangle< int > &r) const |
|
Ptr | clipToEdgeTable (const EdgeTable &et) |
|
Ptr | clipToImageAlpha (const Image &image, const AffineTransform &transform, const Graphics::ResamplingQuality quality) |
|
Ptr | clipToPath (const Path &p, const AffineTransform &transform) |
|
Ptr | clipToRectangle (const Rectangle< int > &r) |
|
Ptr | clipToRectangleList (const RectangleList< int > &r) |
|
Ptr | clone () const |
|
void | decReferenceCount () noexcept |
| Decreases the object's reference count. More...
|
|
bool | decReferenceCountWithoutDeleting () noexcept |
| Decreases the object's reference count. More...
|
|
Ptr | excludeClipRectangle (const Rectangle< int > &r) |
|
void | fillAllWithColour (SavedStateType &state, const PixelARGB colour, bool replaceContents) const |
|
void | fillAllWithGradient (SavedStateType &state, ColourGradient &gradient, const AffineTransform &transform, bool isIdentity) 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 |
|
Rectangle< int > | getClipBounds () const |
|
int | getReferenceCount () const noexcept |
| Returns the object's current reference count. More...
|
|
void | incReferenceCount () noexcept |
| Increments the object's reference count. More...
|
|
template<class Renderer > |
void | iterate (Renderer &r) const noexcept |
|
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 |
|
void | translate (Point< int > delta) |
|