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