|
| template<typename PointOrRect > |
| static PointOrRect | unscaledScreenPosToScaled (float scale, PointOrRect pos) noexcept |
| |
| template<typename PointOrRect > |
| static PointOrRect | scaledScreenPosToUnscaled (float scale, PointOrRect pos) noexcept |
| |
| static Rectangle< int > | unscaledScreenPosToScaled (float scale, Rectangle< int > pos) noexcept |
| |
| static Rectangle< int > | scaledScreenPosToUnscaled (float scale, Rectangle< int > pos) noexcept |
| |
| static Rectangle< float > | unscaledScreenPosToScaled (float scale, Rectangle< float > pos) noexcept |
| |
| static Rectangle< float > | scaledScreenPosToUnscaled (float scale, Rectangle< float > pos) noexcept |
| |
| template<typename PointOrRect > |
| static PointOrRect | unscaledScreenPosToScaled (PointOrRect pos) noexcept |
| |
| template<typename PointOrRect > |
| static PointOrRect | scaledScreenPosToUnscaled (PointOrRect pos) noexcept |
| |
| template<typename PointOrRect > |
| static PointOrRect | unscaledScreenPosToScaled (const Component &comp, PointOrRect pos) noexcept |
| |
| template<typename PointOrRect > |
| static PointOrRect | scaledScreenPosToUnscaled (const Component &comp, PointOrRect pos) noexcept |
| |
| static Point< int > | addPosition (Point< int > p, const Component &c) noexcept |
| |
| static Rectangle< int > | addPosition (Rectangle< int > p, const Component &c) noexcept |
| |
| static Point< float > | addPosition (Point< float > p, const Component &c) noexcept |
| |
| static Rectangle< float > | addPosition (Rectangle< float > p, const Component &c) noexcept |
| |
| static Point< int > | subtractPosition (Point< int > p, const Component &c) noexcept |
| |
| static Rectangle< int > | subtractPosition (Rectangle< int > p, const Component &c) noexcept |
| |
| static Point< float > | subtractPosition (Point< float > p, const Component &c) noexcept |
| |
| static Rectangle< float > | subtractPosition (Rectangle< float > p, const Component &c) noexcept |
| |
| static Point< float > | screenPosToLocalPos (Component &comp, Point< float > pos) |
| |
Definition at line 29 of file juce_ScalingHelpers.h.