JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_mac_CoreGraphicsHelpers.h File Reference

Namespaces

 juce
 
 juce::anonymous_namespace{juce_mac_CoreGraphicsHelpers.h}
 

Functions

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< floatjuce::anonymous_namespace{juce_mac_CoreGraphicsHelpers.h}::convertToPointFloat (PointType p) noexcept
 
template<class RectType >
Rectangle< floatjuce::anonymous_namespace{juce_mac_CoreGraphicsHelpers.h}::convertToRectFloat (RectType r) noexcept
 
template<class RectType >
Rectangle< intjuce::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< intjuce::anonymous_namespace{juce_mac_CoreGraphicsHelpers.h}::roundToIntPoint (PointType p) noexcept