derelict.carbon.coregraphics

Undocumented in source.

Members

Aliases

CGBitmapInfo
alias CGBitmapInfo = uint
Undocumented in source.
CGColorRenderingIntent
alias CGColorRenderingIntent = int
Undocumented in source.
CGColorSpaceRef
alias CGColorSpaceRef = void*
Undocumented in source.
CGContextRef
alias CGContextRef = void*
Undocumented in source.
CGDataProviderRef
alias CGDataProviderRef = void*
Undocumented in source.
CGDataProviderReleaseDataCallback
alias CGDataProviderReleaseDataCallback = void function(void* info, const(void)* data, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CGFloat
alias CGFloat = double
Undocumented in source.
CGFloat
alias CGFloat = float
Undocumented in source.
CGImageRef
alias CGImageRef = void*
Undocumented in source.
da_CGColorSpaceCreateDeviceRGB
alias da_CGColorSpaceCreateDeviceRGB = CGColorSpaceRef function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_CGColorSpaceCreateWithName
alias da_CGColorSpaceCreateWithName = CGColorSpaceRef function(CFStringRef)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_CGColorSpaceRelease
alias da_CGColorSpaceRelease = void function(CGColorSpaceRef)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_CGContextDrawImage
alias da_CGContextDrawImage = void function(CGContextRef, CGRect, CGImageRef)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_CGContextScaleCTM
alias da_CGContextScaleCTM = void function(CGContextRef, CGFloat, CGFloat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_CGContextTranslateCTM
alias da_CGContextTranslateCTM = void function(CGContextRef c, CGFloat sx, CGFloat sy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_CGDataProviderCreateWithData
alias da_CGDataProviderCreateWithData = CGDataProviderRef function(void*, const(void)*, size_t, CGDataProviderReleaseDataCallback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_CGDataProviderRelease
alias da_CGDataProviderRelease = void function(CGDataProviderRef)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_CGImageCreate
alias da_CGImageCreate = CGImageRef function(size_t width, size_t height, size_t bitsPerComponent, size_t bitsPerPixel, size_t bytesPerRow, CGColorSpaceRef space, CGBitmapInfo bitmapInfo, CGDataProviderRef provider, const CGFloat* decode, bool shouldInterpolate, CGColorRenderingIntent intent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_CGImageRelease
alias da_CGImageRelease = void function(CGImageRef)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictCoreGraphicsLoader
class DerelictCoreGraphicsLoader
Undocumented in source.

Enums

kCGBitmapAlphaInfoMask
anonymousenum kCGBitmapAlphaInfoMask
Undocumented in source.
kCGRenderingIntentDefault
anonymousenum kCGRenderingIntentDefault
Undocumented in source.

Functions

CGRectMake
CGRect CGRectMake(CGFloat x, CGFloat y, CGFloat w, CGFloat h)
Undocumented in source. Be warned that the author may not have intended to support it.
acquireCoreGraphicsFunctions
void acquireCoreGraphicsFunctions()
Undocumented in source. Be warned that the author may not have intended to support it.
releaseCoreGraphicsFunctions
void releaseCoreGraphicsFunctions()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

libNames
enum libNames;
Undocumented in source.
libNames
enum libNames;
Undocumented in source.

Static variables

CGColorSpaceCreateDeviceRGB
da_CGColorSpaceCreateDeviceRGB CGColorSpaceCreateDeviceRGB;
Undocumented in source.
CGColorSpaceCreateWithName
da_CGColorSpaceCreateWithName CGColorSpaceCreateWithName;
Undocumented in source.
CGColorSpaceRelease
da_CGColorSpaceRelease CGColorSpaceRelease;
Undocumented in source.
CGContextDrawImage
da_CGContextDrawImage CGContextDrawImage;
Undocumented in source.
CGContextScaleCTM
da_CGContextScaleCTM CGContextScaleCTM;
Undocumented in source.
CGContextTranslateCTM
da_CGContextTranslateCTM CGContextTranslateCTM;
Undocumented in source.
CGDataProviderCreateWithData
da_CGDataProviderCreateWithData CGDataProviderCreateWithData;
Undocumented in source.
CGDataProviderRelease
da_CGDataProviderRelease CGDataProviderRelease;
Undocumented in source.
CGImageCreate
da_CGImageCreate CGImageCreate;
Undocumented in source.
CGImageRelease
da_CGImageRelease CGImageRelease;
Undocumented in source.
CGPointZero
CGPoint CGPointZero;
Undocumented in source.
CGRectZero
CGRect CGRectZero;
Undocumented in source.
CGSizeZero
CGSize CGSizeZero;
Undocumented in source.

Structs

CGPoint
struct CGPoint
Undocumented in source.
CGRect
struct CGRect
Undocumented in source.
CGSize
struct CGSize
Undocumented in source.
CGVector
struct CGVector
Undocumented in source.

Meta