Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTPlatformSpecificFunctions.h File Reference
+ Include dependency graph for CPTPlatformSpecificFunctions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Graphics Context Save Stack
void CPTPushCGContext (__nonnull CGContextRef context)
 
void CPTPopCGContext (void)
 
Debugging
CPTNativeImage *__nonnull CPTQuickLookImage (CGRect rect, __nonnull CPTQuickLookImageBlock renderBlock)
 

Function Documentation

◆ CPTPopCGContext()

void CPTPopCGContext ( void  )

◆ CPTPushCGContext()

void CPTPushCGContext ( __nonnull CGContextRef  context)

◆ CPTQuickLookImage()

CPTNativeImage* __nonnull CPTQuickLookImage ( CGRect  rect,
__nonnull CPTQuickLookImageBlock  renderBlock 
)