#include <juce_mac_CoreGraphicsContext.h>
CoreGraphicsContext::CoreGraphicsContext |
( |
CGContextRef |
context, |
|
|
const float |
flipHeight, |
|
|
const float |
targetScale |
|
) |
| |
CoreGraphicsContext::~CoreGraphicsContext |
( |
| ) |
|
void CoreGraphicsContext::beginTransparencyLayer |
( |
float |
opacity | ) |
|
|
overridevirtual |
void CoreGraphicsContext::drawLine |
( |
const Line< float > & |
| ) |
|
|
overridevirtual |
void CoreGraphicsContext::endTransparencyLayer |
( |
| ) |
|
|
overridevirtual |
void CoreGraphicsContext::fillRect |
( |
const Rectangle< int > & |
, |
|
|
bool |
replaceExistingContents |
|
) |
| |
|
overridevirtual |
float CoreGraphicsContext::getPhysicalPixelScaleFactor |
( |
| ) |
|
|
overridevirtual |
bool CoreGraphicsContext::isClipEmpty |
( |
| ) |
const |
|
overridevirtual |
bool CoreGraphicsContext::isVectorDevice |
( |
| ) |
const |
|
inlineoverridevirtual |
void CoreGraphicsContext::restoreState |
( |
| ) |
|
|
overridevirtual |
void CoreGraphicsContext::saveState |
( |
| ) |
|
|
overridevirtual |
void CoreGraphicsContext::setFont |
( |
const Font & |
| ) |
|
|
overridevirtual |
void CoreGraphicsContext::setOpacity |
( |
float |
| ) |
|
|
overridevirtual |
void 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 LowLevelGraphicsContext.
The documentation for this class was generated from the following file: