OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBitmapAllocationByteCount
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp
159
recycledBytes = GraphicsJNI::
getBitmapAllocationByteCount
(env, javaBitmap);
GraphicsJNI.h
91
static int
getBitmapAllocationByteCount
(JNIEnv* env, jobject javaBitmap);
BitmapFactory.cpp
339
existingBufferSize = GraphicsJNI::
getBitmapAllocationByteCount
(env, javaBitmap);
Graphics.cpp
437
int GraphicsJNI::
getBitmapAllocationByteCount
(JNIEnv* env, jobject javaBitmap)
Completed in 59 milliseconds