-
Methods in org.robovm.apple.coregraphics that return CGBitmapContext
| Modifier and Type |
Method |
Description |
static CGBitmapContext |
CGBitmapContext.create(byte[] data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo) |
|
static CGBitmapContext |
CGBitmapContext.create(byte[] data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo,
CGBitmapContext.ReleaseDataCallback releaseCallback) |
|
static CGBitmapContext |
CGBitmapContext.create(byte[] data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGImageAlphaInfo alphaInfo) |
|
static CGBitmapContext |
CGBitmapContext.create(int[] data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo) |
|
static CGBitmapContext |
CGBitmapContext.create(int[] data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo,
CGBitmapContext.ReleaseDataCallback releaseCallback) |
|
static CGBitmapContext |
CGBitmapContext.create(long data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo) |
|
static CGBitmapContext |
CGBitmapContext.create(long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo) |
|
static CGBitmapContext |
CGBitmapContext.create(long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo,
CGBitmapContext.ReleaseDataCallback releaseCallback) |
|
static CGBitmapContext |
CGBitmapContext.create(long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGImageAlphaInfo alphaInfo) |
|
static CGBitmapContext |
CGBitmapContext.create(short[] data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo) |
|
static CGBitmapContext |
CGBitmapContext.create(short[] data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo,
CGBitmapContext.ReleaseDataCallback releaseCallback) |
|
static CGBitmapContext |
CGBitmapContext.create(IntPtr data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo) |
Deprecated.
|
static CGBitmapContext |
CGBitmapContext.create(IntPtr data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo,
CGBitmapContext.ReleaseDataCallback releaseCallback) |
Deprecated.
|