Searched refs:getBitmapAllocationByteCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmap.h61 int getBitmapAllocationByteCount(JNIEnv* env, jobject javaBitmap);
H A DBitmapRegionDecoder.cpp172 recycledBytes = bitmap::getBitmapAllocationByteCount(env, javaBitmap);
H A DBitmapFactory.cpp380 existingBufferSize = bitmap::getBitmapAllocationByteCount(env, javaBitmap);
H A DBitmap.cpp194 int getBitmapAllocationByteCount(JNIEnv* env, jobject javaBitmap) function in namespace:android::bitmap

Completed in 3913 milliseconds