Home
last modified time | relevance | path

Searched refs:getBitmapAllocationByteCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h74 static int getBitmapAllocationByteCount(JNIEnv* env, jobject javaBitmap);
DBitmapFactory.cpp295 existingBufferSize = GraphicsJNI::getBitmapAllocationByteCount(env, javaBitmap); in doDecode()
DGraphics.cpp398 int GraphicsJNI::getBitmapAllocationByteCount(JNIEnv* env, jobject javaBitmap) in getBitmapAllocationByteCount() function in GraphicsJNI