This is the complete list of members for LowLevelGraphicsContext, including all inherited members.
addTransform(const AffineTransform &)=0 | LowLevelGraphicsContext | pure virtual |
beginTransparencyLayer(float opacity)=0 | LowLevelGraphicsContext | pure virtual |
clipRegionIntersects(const Rectangle< int > &)=0 | LowLevelGraphicsContext | pure virtual |
clipToImageAlpha(const Image &, const AffineTransform &)=0 | LowLevelGraphicsContext | pure virtual |
clipToPath(const Path &, const AffineTransform &)=0 | LowLevelGraphicsContext | pure virtual |
clipToRectangle(const Rectangle< int > &)=0 | LowLevelGraphicsContext | pure virtual |
clipToRectangleList(const RectangleList< int > &)=0 | LowLevelGraphicsContext | pure virtual |
drawEllipse(const Rectangle< float > &area, float lineThickness) | LowLevelGraphicsContext | virtual |
drawGlyphs(Span< const uint16_t >, Span< const Point< float > >, const AffineTransform &)=0 | LowLevelGraphicsContext | pure virtual |
drawImage(const Image &, const AffineTransform &)=0 | LowLevelGraphicsContext | pure virtual |
drawLine(const Line< float > &)=0 | LowLevelGraphicsContext | pure virtual |
drawLineWithThickness(const Line< float > &line, float lineThickness) | LowLevelGraphicsContext | virtual |
drawRect(const Rectangle< float > &rect, float lineThickness) | LowLevelGraphicsContext | virtual |
drawRoundedRectangle(const Rectangle< float > &r, float cornerSize, float lineThickness) | LowLevelGraphicsContext | virtual |
endTransparencyLayer()=0 | LowLevelGraphicsContext | pure virtual |
excludeClipRectangle(const Rectangle< int > &)=0 | LowLevelGraphicsContext | pure virtual |
fillAll() | LowLevelGraphicsContext | virtual |
fillEllipse(const Rectangle< float > &area) | LowLevelGraphicsContext | virtual |
fillPath(const Path &, const AffineTransform &)=0 | LowLevelGraphicsContext | pure virtual |
fillRect(const Rectangle< int > &, bool replaceExistingContents)=0 | LowLevelGraphicsContext | pure virtual |
fillRect(const Rectangle< float > &)=0 | LowLevelGraphicsContext | pure virtual |
fillRectList(const RectangleList< float > &)=0 | LowLevelGraphicsContext | pure virtual |
fillRoundedRectangle(const Rectangle< float > &r, float cornerSize) | LowLevelGraphicsContext | virtual |
getClipBounds() const =0 | LowLevelGraphicsContext | pure virtual |
getFont()=0 | LowLevelGraphicsContext | pure virtual |
getFrameId() const =0 | LowLevelGraphicsContext | pure virtual |
getPhysicalPixelScaleFactor() const =0 | LowLevelGraphicsContext | pure virtual |
isClipEmpty() const =0 | LowLevelGraphicsContext | pure virtual |
isVectorDevice() const =0 | LowLevelGraphicsContext | pure virtual |
LowLevelGraphicsContext()=default | LowLevelGraphicsContext | protected |
restoreState()=0 | LowLevelGraphicsContext | pure virtual |
saveState()=0 | LowLevelGraphicsContext | pure virtual |
setFill(const FillType &)=0 | LowLevelGraphicsContext | pure virtual |
setFont(const Font &)=0 | LowLevelGraphicsContext | pure virtual |
setInterpolationQuality(Graphics::ResamplingQuality)=0 | LowLevelGraphicsContext | pure virtual |
setOpacity(float)=0 | LowLevelGraphicsContext | pure virtual |
setOrigin(Point< int >)=0 | LowLevelGraphicsContext | pure virtual |
strokePath(const Path &path, const PathStrokeType &strokeType, const AffineTransform &transform) | LowLevelGraphicsContext | virtual |
~LowLevelGraphicsContext()=default | LowLevelGraphicsContext | virtual |