|
template<typename PointType > |
CGPoint | juce::anonymous_namespace{juce_mac_CoreGraphicsHelpers.h}::convertToCGPoint (PointType p) noexcept |
|
template<class RectType > |
CGRect | juce::anonymous_namespace{juce_mac_CoreGraphicsHelpers.h}::convertToCGRect (RectType r) noexcept |
|
template<class PointType > |
Point< float > | juce::anonymous_namespace{juce_mac_CoreGraphicsHelpers.h}::convertToPointFloat (PointType p) noexcept |
|
template<class RectType > |
Rectangle< float > | juce::anonymous_namespace{juce_mac_CoreGraphicsHelpers.h}::convertToRectFloat (RectType r) noexcept |
|
template<class RectType > |
Rectangle< int > | juce::anonymous_namespace{juce_mac_CoreGraphicsHelpers.h}::convertToRectInt (RectType r) noexcept |
|
NSPoint | juce::anonymous_namespace{juce_mac_CoreGraphicsHelpers.h}::flippedScreenPoint (NSPoint p) noexcept |
|
NSRect | juce::anonymous_namespace{juce_mac_CoreGraphicsHelpers.h}::flippedScreenRect (NSRect r) noexcept |
|
CGFloat | juce::anonymous_namespace{juce_mac_CoreGraphicsHelpers.h}::getMainScreenHeight () noexcept |
|
NSImage * | juce::imageToNSImage (const ScaledImage &image) |
|
CGImageRef | juce::juce_createCoreGraphicsImage (const Image &, CGColorSpaceRef) |
|
Image | juce::juce_createImageFromUIImage (UIImage *) |
|
CGContextRef | juce::juce_getImageContext (const Image &) |
|
template<class PointType > |
Point< int > | juce::anonymous_namespace{juce_mac_CoreGraphicsHelpers.h}::roundToIntPoint (PointType p) noexcept |
|