1
0
Fork 0
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:
jules 2013-08-19 19:17:59 +01:00
parent 11b982da41
commit ca3bc70acd
9 changed files with 50 additions and 40 deletions

View file

@ -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;