This is the complete list of members for CoreGraphicsContext, including all inherited members.
addTransform(const AffineTransform &) override | CoreGraphicsContext | virtual |
applyTransform(const AffineTransform &) const | CoreGraphicsContext | private |
beginTransparencyLayer(float opacity) override | CoreGraphicsContext | virtual |
clipRegionIntersects(const Rectangle< int > &) override | CoreGraphicsContext | virtual |
clipToImageAlpha(const Image &, const AffineTransform &) override | CoreGraphicsContext | virtual |
clipToPath(const Path &, const AffineTransform &) override | CoreGraphicsContext | virtual |
clipToRectangle(const Rectangle< int > &) override | CoreGraphicsContext | virtual |
clipToRectangleList(const RectangleList< int > &) override | CoreGraphicsContext | virtual |
clipToRectangleListWithoutTest(const RectangleList< int > &) | CoreGraphicsContext | private |
context | CoreGraphicsContext | private |
CoreGraphicsContext(CGContextRef context, float flipHeight, float targetScale) | CoreGraphicsContext | |
createPath(const Path &) const | CoreGraphicsContext | private |
createPath(const Path &, const AffineTransform &) const | CoreGraphicsContext | private |
drawGlyph(int glyphNumber, const AffineTransform &) override | CoreGraphicsContext | virtual |
drawGradient() | CoreGraphicsContext | private |
drawImage(const Image &sourceImage, const AffineTransform &) override | CoreGraphicsContext | virtual |
drawImage(const Image &, const AffineTransform &, bool fillEntireClipAsTiles) | CoreGraphicsContext | private |
drawLine(const Line< float > &) override | CoreGraphicsContext | virtual |
drawTextLayout(const AttributedString &, const Rectangle< float > &) override | CoreGraphicsContext | virtual |
endTransparencyLayer() override | CoreGraphicsContext | virtual |
excludeClipRectangle(const Rectangle< int > &) override | CoreGraphicsContext | virtual |
fillCGRect(const CGRect &, bool replaceExistingContents) | CoreGraphicsContext | private |
fillPath(const Path &, const AffineTransform &) override | CoreGraphicsContext | virtual |
fillRect(const Rectangle< int > &, bool replaceExistingContents) override | CoreGraphicsContext | virtual |
fillRect(const Rectangle< float > &) override | CoreGraphicsContext | virtual |
fillRectList(const RectangleList< float > &) override | CoreGraphicsContext | virtual |
flip() const | CoreGraphicsContext | private |
flipHeight | CoreGraphicsContext | private |
getClipBounds() const override | CoreGraphicsContext | virtual |
getFont() override | CoreGraphicsContext | virtual |
getPhysicalPixelScaleFactor() override | CoreGraphicsContext | virtual |
greyColourSpace | CoreGraphicsContext | private |
isClipEmpty() const override | CoreGraphicsContext | virtual |
isVectorDevice() const override | CoreGraphicsContext | inlinevirtual |
lastClipRect | CoreGraphicsContext | mutableprivate |
lastClipRectIsValid | CoreGraphicsContext | mutableprivate |
LowLevelGraphicsContext() | LowLevelGraphicsContext | protected |
restoreState() override | CoreGraphicsContext | virtual |
rgbColourSpace | CoreGraphicsContext | private |
saveState() override | CoreGraphicsContext | virtual |
setFill(const FillType &) override | CoreGraphicsContext | virtual |
setFont(const Font &) override | CoreGraphicsContext | virtual |
setInterpolationQuality(Graphics::ResamplingQuality) override | CoreGraphicsContext | virtual |
setOpacity(float) override | CoreGraphicsContext | virtual |
setOrigin(Point< int >) override | CoreGraphicsContext | virtual |
state | CoreGraphicsContext | private |
stateStack | CoreGraphicsContext | private |
targetScale | CoreGraphicsContext | private |
~CoreGraphicsContext() | CoreGraphicsContext | |
~LowLevelGraphicsContext() | LowLevelGraphicsContext | virtual |