mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Internal graphics refactoring.
This commit is contained in:
parent
2ce2d3fe37
commit
b258976e6a
11 changed files with 51 additions and 51 deletions
|
|
@ -450,7 +450,7 @@ public:
|
|||
getCurrentPaint());
|
||||
}
|
||||
|
||||
void drawImage (const Image& sourceImage, const AffineTransform& transform, bool fillEntireClipAsTiles)
|
||||
void drawImage (const Image& sourceImage, const AffineTransform& transform)
|
||||
{
|
||||
AndroidImage* androidImage = dynamic_cast <AndroidImage*> (sourceImage.getSharedImage());
|
||||
|
||||
|
|
@ -502,7 +502,7 @@ public:
|
|||
{
|
||||
saveState();
|
||||
addTransform (transform);
|
||||
drawImage (sourceImage, AffineTransform::identity, fillEntireClipAsTiles);
|
||||
drawImage (sourceImage, AffineTransform::identity);
|
||||
restoreState();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue