android.bitmap

Undocumented in source.

Members

Enums

AndroidBitmapFormat
enum AndroidBitmapFormat
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

AndroidBitmap_getInfo
int AndroidBitmap_getInfo(JNIEnv* env, jobject jbitmap, AndroidBitmapInfo* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AndroidBitmap_lockPixels
int AndroidBitmap_lockPixels(JNIEnv* env, jobject jbitmap, void** addrPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AndroidBitmap_unlockPixels
int AndroidBitmap_unlockPixels(JNIEnv* env, jobject jbitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

ANDROID_BITMAP_RESULT_ALLOCATION_FAILED
enum ANDROID_BITMAP_RESULT_ALLOCATION_FAILED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ANDROID_BITMAP_RESULT_BAD_PARAMETER
enum ANDROID_BITMAP_RESULT_BAD_PARAMETER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ANDROID_BITMAP_RESULT_JNI_EXCEPTION
enum ANDROID_BITMAP_RESULT_JNI_EXCEPTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ANDROID_BITMAP_RESULT_SUCCESS
enum ANDROID_BITMAP_RESULT_SUCCESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

AndroidBitmapInfo
struct AndroidBitmapInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta