-
Methods in org.robovm.apple.coregraphics with parameters of type CGBitmapInfo
| 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(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(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.
|
static CGImage |
CGImage.create(long width,
long height,
long bitsPerComponent,
long bitsPerPixel,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo,
CGDataProvider provider,
double[] decode,
boolean shouldInterpolate,
CGColorRenderingIntent intent) |
|
CGColorDataFormat |
CGColorDataFormat.setBitmap_info(CGBitmapInfo bitmap_info) |
|
-