#include <juce_mac_CoreGraphicsContext.h>
◆ CoreGraphicsContext()
juce::CoreGraphicsContext::CoreGraphicsContext |
( |
CGContextRef |
context, |
|
|
float |
flipHeight |
|
) |
| |
◆ ~CoreGraphicsContext()
juce::CoreGraphicsContext::~CoreGraphicsContext |
( |
| ) |
|
|
override |
◆ addTransform()
◆ applyTransform()
void juce::CoreGraphicsContext::applyTransform |
( |
const AffineTransform & |
| ) |
const |
|
private |
◆ beginTransparencyLayer()
void juce::CoreGraphicsContext::beginTransparencyLayer |
( |
float |
opacity | ) |
|
|
overridevirtual |
◆ clipRegionIntersects()
bool juce::CoreGraphicsContext::clipRegionIntersects |
( |
const Rectangle< int > & |
| ) |
|
|
overridevirtual |
◆ clipToImageAlpha()
◆ clipToPath()
◆ clipToRectangle()
◆ clipToRectangleList()
◆ clipToRectangleListWithoutTest()
◆ createPath() [1/2]
void juce::CoreGraphicsContext::createPath |
( |
const Path & |
| ) |
const |
|
private |
◆ createPath() [2/2]
◆ drawGlyph()
◆ drawGradient()
void juce::CoreGraphicsContext::drawGradient |
( |
| ) |
|
|
private |
◆ drawImage() [1/2]
◆ drawImage() [2/2]
◆ drawLine()
void juce::CoreGraphicsContext::drawLine |
( |
const Line< float > & |
| ) |
|
|
overridevirtual |
◆ drawTextLayout()
◆ endTransparencyLayer()
void juce::CoreGraphicsContext::endTransparencyLayer |
( |
| ) |
|
|
overridevirtual |
◆ excludeClipRectangle()
void juce::CoreGraphicsContext::excludeClipRectangle |
( |
const Rectangle< int > & |
| ) |
|
|
overridevirtual |
◆ fillCGRect()
void juce::CoreGraphicsContext::fillCGRect |
( |
const CGRect & |
, |
|
|
bool |
replaceExistingContents |
|
) |
| |
|
private |
◆ fillPath()
◆ fillRect() [1/2]
void juce::CoreGraphicsContext::fillRect |
( |
const Rectangle< float > & |
| ) |
|
|
overridevirtual |
◆ fillRect() [2/2]
void juce::CoreGraphicsContext::fillRect |
( |
const Rectangle< int > & |
, |
|
|
bool |
replaceExistingContents |
|
) |
| |
|
overridevirtual |
◆ fillRectList()
◆ flip()
void juce::CoreGraphicsContext::flip |
( |
| ) |
const |
|
private |
◆ getClipBounds()
Rectangle<int> juce::CoreGraphicsContext::getClipBounds |
( |
| ) |
const |
|
overridevirtual |
◆ getFont()
const Font& juce::CoreGraphicsContext::getFont |
( |
| ) |
|
|
overridevirtual |
◆ getPhysicalPixelScaleFactor()
float juce::CoreGraphicsContext::getPhysicalPixelScaleFactor |
( |
| ) |
|
|
overridevirtual |
◆ isClipEmpty()
bool juce::CoreGraphicsContext::isClipEmpty |
( |
| ) |
const |
|
overridevirtual |
◆ isVectorDevice()
bool juce::CoreGraphicsContext::isVectorDevice |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ restoreState()
void juce::CoreGraphicsContext::restoreState |
( |
| ) |
|
|
overridevirtual |
◆ saveState()
void juce::CoreGraphicsContext::saveState |
( |
| ) |
|
|
overridevirtual |
◆ setFill()
void juce::CoreGraphicsContext::setFill |
( |
const FillType & |
| ) |
|
|
overridevirtual |
◆ setFont()
void juce::CoreGraphicsContext::setFont |
( |
const Font & |
| ) |
|
|
overridevirtual |
◆ setInterpolationQuality()
◆ setOpacity()
void juce::CoreGraphicsContext::setOpacity |
( |
float |
| ) |
|
|
overridevirtual |
◆ setOrigin()
void juce::CoreGraphicsContext::setOrigin |
( |
Point< int > |
| ) |
|
|
overridevirtual |
Moves the origin to a new position.
The coordinates are relative to the current origin, and indicate the new position of (0, 0).
Implements juce::LowLevelGraphicsContext.
◆ context
◆ flipHeight
const CGFloat juce::CoreGraphicsContext::flipHeight |
|
private |
◆ greyColourSpace
◆ lastClipRect
◆ lastClipRectIsValid
bool juce::CoreGraphicsContext::lastClipRectIsValid = false |
|
mutableprivate |
◆ rgbColourSpace
◆ state
std::unique_ptr<SavedState> juce::CoreGraphicsContext::state |
|
private |
◆ stateStack
The documentation for this class was generated from the following file: