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