- 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.