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

/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp159 recycledBytes = GraphicsJNI::getBitmapAllocationByteCount(env, javaBitmap);
H A DGraphicsJNI.h91 static int getBitmapAllocationByteCount(JNIEnv* env, jobject javaBitmap);
H A DBitmapFactory.cpp339 existingBufferSize = GraphicsJNI::getBitmapAllocationByteCount(env, javaBitmap);
H A DGraphics.cpp437 int GraphicsJNI::getBitmapAllocationByteCount(JNIEnv* env, jobject javaBitmap) function in class:GraphicsJNI

Completed in 463 milliseconds