mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Changes to improve scaling when using cached component images and component effects.
This commit is contained in:
parent
11b982da41
commit
ca3bc70acd
9 changed files with 50 additions and 40 deletions
|
|
@ -49,8 +49,7 @@ public:
|
|||
bool isVectorDevice() const override;
|
||||
void setOrigin (int x, int y) override;
|
||||
void addTransform (const AffineTransform&) override;
|
||||
float getScaleFactor() override;
|
||||
float getTargetDeviceScaleFactor() override;
|
||||
float getPhysicalPixelScaleFactor() override;
|
||||
|
||||
bool clipToRectangle (const Rectangle<int>&) override;
|
||||
bool clipToRectangleList (const RectangleList<int>&) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue