AndroidBitmapInfo
#include <bitmap.h>
Bitmap info, see AndroidBitmap_getInfo().
Summary
Public attributes |
|
---|---|
flags
|
uint32_t
Unused.
|
format
|
int32_t
The bitmap pixel format.
|
height
|
uint32_t
The bitmap height in pixels.
|
stride
|
uint32_t
The number of byte per row.
|
width
|
uint32_t
The bitmap width in pixels.
|
Public attributes
flags
uint32_t AndroidBitmapInfo::flags
Unused.
height
uint32_t AndroidBitmapInfo::height
The bitmap height in pixels.
stride
uint32_t AndroidBitmapInfo::stride
The number of byte per row.
width
uint32_t AndroidBitmapInfo::width
The bitmap width in pixels.