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 97 static jbyteArray allocateJavaPixelRef(JNIEnv* env, SkBitmap* bitmap,
Bitmap.cpp 337 jbyteArray buff = GraphicsJNI::allocateJavaPixelRef(env, &bitmap, NULL);
592 jbyteArray buffer = GraphicsJNI::allocateJavaPixelRef(env, bitmap, ctable);
    [all...]
Graphics.cpp 605 jbyteArray GraphicsJNI::allocateJavaPixelRef(JNIEnv* env, SkBitmap* bitmap,
650 fStorageObj = GraphicsJNI::allocateJavaPixelRef(env, bitmap, ctable);

Completed in 68 milliseconds