JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce_CoreGraphicsHelpers_mac.h File Reference

Namespaces

namespace  juce
 
namespace  juce::anonymous_namespace{juce_CoreGraphicsHelpers_mac.h}
 

Functions

template<typename PointType >
CGPoint juce::anonymous_namespace{juce_CoreGraphicsHelpers_mac.h}::convertToCGPoint (PointType p) noexcept
 
template<class RectType >
CGRect juce::anonymous_namespace{juce_CoreGraphicsHelpers_mac.h}::convertToCGRect (RectType r) noexcept
 
template<class PointType >
Point< floatjuce::anonymous_namespace{juce_CoreGraphicsHelpers_mac.h}::convertToPointFloat (PointType p) noexcept
 
template<class RectType >
Rectangle< floatjuce::anonymous_namespace{juce_CoreGraphicsHelpers_mac.h}::convertToRectFloat (RectType r) noexcept
 
template<class RectType >
Rectangle< int > juce::anonymous_namespace{juce_CoreGraphicsHelpers_mac.h}::convertToRectInt (RectType r) noexcept
 
NSPoint juce::anonymous_namespace{juce_CoreGraphicsHelpers_mac.h}::flippedScreenPoint (NSPoint p) noexcept
 
NSRect juce::anonymous_namespace{juce_CoreGraphicsHelpers_mac.h}::flippedScreenRect (NSRect r) noexcept
 
CGFloat juce::anonymous_namespace{juce_CoreGraphicsHelpers_mac.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_CoreGraphicsHelpers_mac.h}::roundToIntPoint (PointType p) noexcept