Home
last modified time | relevance | path

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

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