Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CP_Graphics_Imp_Quartz_defs.h File Reference


Typedefs

typedef void(* CGContextSetLineWidthFuncPtr )(CGContextRef c, float lineWidth)
typedef void(* CGContextSaveGStateFuncPtr )(CGContextRef c)
typedef void(* CGContextRestoreGStateFuncPtr )(CGContextRef c)
typedef void(* CGContextSetLineJoinFuncPtr )(CGContextRef c, CGLineJoin join)
typedef void(* CGContextSetLineCapFuncPtr )(CGContextRef c, CGLineCap cap)
typedef void(* CGContextSetRGBStrokeColorFuncPtr )(CGContextRef c, float red, float green, float blue, float alpha)
typedef void(* CGContextSetRGBFillColorFuncPtr )(CGContextRef c, float red, float green, float blue, float alpha)
typedef void(* CGContextScaleCTMFuncPtr )(CGContextRef c, float sx, float sy)
typedef void(* CGContextTranslateCTMFuncPtr )(CGContextRef c, float tx, float ty)
typedef void(* CGContextRotateCTMFuncPtr )(CGContextRef c, float angle)
typedef void(* CGContextAddCurveToPointFuncPtr )(CGContextRef c, float cp1x, float cp1y, float cp2x, float cp2y, float x, float y)
typedef void(* CGContextAddQuadCurveToPointFuncPtr )(CGContextRef c, float cp1x, float cp1y, float x, float y)
typedef CGColorSpaceRef(* CGColorSpaceCreateDeviceRGBFuncPtr )()
typedef void(* CGColorSpaceReleaseFuncPtr )(CGColorSpaceRef cs)
typedef void(* CGContextMoveToPointFuncPtr )(CGContextRef c, float x, float y)
typedef void(* CGContextAddLineToPointFuncPtr )(CGContextRef c, float x, float y)
typedef void(* CGDataProviderReleaseFuncPtr )(CGDataProviderRef provider)
typedef CGDataProviderRef(* CGDataProviderCreateWithDataFuncPtr )(void *info, const void *data, size_t size, void(*releaseData)(void *info, const void *data, size_t size))
typedef void(* CGImageReleaseFuncPtr )(CGImageRef image)
typedef void(* CGContextDrawImageFuncPtr )(CGContextRef ctx, CGRect rect, CGImageRef image)
typedef CGImageRef(* CGImageCreateFuncPtr )(size_t width, size_t height, size_t bitsPerComponent, size_t bitsPerPixel, size_t bytesPerRow, CGColorSpaceRef colorspace, CGImageAlphaInfo alphaInfo, CGDataProviderRef provider, const float decode[], bool shouldInterpolate, CGColorRenderingIntent intent)
typedef void(* CGContextBeginPathFuncPtr )(CGContextRef c)
typedef void(* CGContextClosePathFuncPtr )(CGContextRef c)
typedef void(* CGContextStrokePathFuncPtr )(CGContextRef c)
typedef void(* CGContextFillPathFuncPtr )(CGContextRef c)
typedef void(* CGContextDrawPathFuncPtr )(CGContextRef c, CGPathDrawingMode mode)
typedef void(* CGContextAddRectFuncPtr )(CGContextRef c, CGRect rect)
typedef void(* CGContextAddArcFuncPtr )(CGContextRef c, float x, float y, float radius, float startAngle, float endAngle, int clockwise)
typedef void(* CGContextAddArcToPointFuncPtr )(CGContextRef c, float x1, float y1, float x2, float y2, float radius)
typedef void(* CGContextEOFillPathFuncPtr )(CGContextRef c)
typedef void(* CGContextClipFuncPtr )(CGContextRef c)
typedef void(* CGContextFillRectFuncPtr )(CGContextRef c, CGRect rect)
typedef void(* CGContextStrokeRectFuncPtr )(CGContextRef c, CGRect rect)
typedef void(* CGContextShowTextAtPointFuncPtr )(CGContextRef ctx, float x, float y, const char *cstring, size_t length)
typedef void(* CGContextSelectFontFuncPtr )(CGContextRef ctx, const char *name, float size, CGTextEncoding textEncoding)
typedef CGAffineTransform(* CGAffineTransformScaleFuncPtr )(CGAffineTransform t, float sx, float sy)
typedef void(* CGContextSetTextMatrixFuncPtr )(CGContextRef c, CGAffineTransform t)

Variables

CPLAT_Begin_Namespace_CPLAT
typedef void(* 
CGContextSetAlphaFuncPtr )(CGContextRef c, float inAlpha)

Typedef Documentation

typedef void(* CGContextSetLineWidthFuncPtr)(CGContextRef c, float lineWidth)
 

typedef void(* CGContextSaveGStateFuncPtr)(CGContextRef c)
 

typedef void(* CGContextRestoreGStateFuncPtr)(CGContextRef c)
 

typedef void(* CGContextSetLineJoinFuncPtr)(CGContextRef c, CGLineJoin join)
 

typedef void(* CGContextSetLineCapFuncPtr)(CGContextRef c, CGLineCap cap)
 

typedef void(* CGContextSetRGBStrokeColorFuncPtr)(CGContextRef c, float red, float green, float blue, float alpha)
 

typedef void(* CGContextSetRGBFillColorFuncPtr)(CGContextRef c, float red, float green, float blue, float alpha)
 

typedef void(* CGContextScaleCTMFuncPtr)(CGContextRef c, float sx, float sy)
 

typedef void(* CGContextTranslateCTMFuncPtr)(CGContextRef c, float tx, float ty)
 

typedef void(* CGContextRotateCTMFuncPtr)(CGContextRef c, float angle)
 

typedef void(* CGContextAddCurveToPointFuncPtr)(CGContextRef c, float cp1x, float cp1y, float cp2x, float cp2y, float x, float y)
 

typedef void(* CGContextAddQuadCurveToPointFuncPtr)(CGContextRef c, float cp1x, float cp1y, float x, float y)
 

typedef CGColorSpaceRef(* CGColorSpaceCreateDeviceRGBFuncPtr)()
 

typedef void(* CGColorSpaceReleaseFuncPtr)(CGColorSpaceRef cs)
 

typedef void(* CGContextMoveToPointFuncPtr)(CGContextRef c, float x, float y)
 

typedef void(* CGContextAddLineToPointFuncPtr)(CGContextRef c, float x, float y)
 

typedef void(* CGDataProviderReleaseFuncPtr)(CGDataProviderRef provider)
 

typedef CGDataProviderRef(* CGDataProviderCreateWithDataFuncPtr)(void *info, const void *data, size_t size, void(*releaseData)(void *info, const void *data, size_t size))
 

typedef void(* CGImageReleaseFuncPtr)(CGImageRef image)
 

typedef void(* CGContextDrawImageFuncPtr)(CGContextRef ctx, CGRect rect, CGImageRef image)
 

typedef CGImageRef(* CGImageCreateFuncPtr)(size_t width, size_t height, size_t bitsPerComponent, size_t bitsPerPixel, size_t bytesPerRow, CGColorSpaceRef colorspace, CGImageAlphaInfo alphaInfo, CGDataProviderRef provider, const float decode[], bool shouldInterpolate, CGColorRenderingIntent intent)
 

typedef void(* CGContextBeginPathFuncPtr)(CGContextRef c)
 

typedef void(* CGContextClosePathFuncPtr)(CGContextRef c)
 

typedef void(* CGContextStrokePathFuncPtr)(CGContextRef c)
 

typedef void(* CGContextFillPathFuncPtr)(CGContextRef c)
 

typedef void(* CGContextDrawPathFuncPtr)(CGContextRef c, CGPathDrawingMode mode)
 

typedef void(* CGContextAddRectFuncPtr)(CGContextRef c, CGRect rect)
 

typedef void(* CGContextAddArcFuncPtr)(CGContextRef c, float x, float y, float radius, float startAngle, float endAngle, int clockwise)
 

typedef void(* CGContextAddArcToPointFuncPtr)(CGContextRef c, float x1, float y1, float x2, float y2, float radius)
 

typedef void(* CGContextEOFillPathFuncPtr)(CGContextRef c)
 

typedef void(* CGContextClipFuncPtr)(CGContextRef c)
 

typedef void(* CGContextFillRectFuncPtr)(CGContextRef c, CGRect rect)
 

typedef void(* CGContextStrokeRectFuncPtr)(CGContextRef c, CGRect rect)
 

typedef void(* CGContextShowTextAtPointFuncPtr)(CGContextRef ctx, float x, float y, const char *cstring, size_t length)
 

typedef void(* CGContextSelectFontFuncPtr)(CGContextRef ctx, const char *name, float size, CGTextEncoding textEncoding)
 

typedef CGAffineTransform(* CGAffineTransformScaleFuncPtr)(CGAffineTransform t, float sx, float sy)
 

typedef void(* CGContextSetTextMatrixFuncPtr)(CGContextRef c, CGAffineTransform t)
 


Variable Documentation

CPLAT_Begin_Namespace_CPLAT typedef void(* CGContextSetAlphaFuncPtr)(CGContextRef c, float inAlpha)
 


Generated on Tue Sep 20 20:21:27 2005 for CPLAT_MacOS by  doxygen 1.4.0