HomeSort by relevance Sort by last modified time
    Searched refs:allocateJavaPixelRef (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 66 static jbyteArray allocateJavaPixelRef(JNIEnv* env, SkBitmap* bitmap,
Graphics.cpp 481 jbyteArray GraphicsJNI::allocateJavaPixelRef(JNIEnv* env, SkBitmap* bitmap,
521 fStorageObj = GraphicsJNI::allocateJavaPixelRef(env, bitmap, ctable);
Bitmap.cpp 229 jbyteArray buff = GraphicsJNI::allocateJavaPixelRef(env, &bitmap, NULL);
386 jbyteArray buffer = GraphicsJNI::allocateJavaPixelRef(env, bitmap, ctable);

Completed in 3372 milliseconds