Home
last modified time | relevance | path

Searched defs:getNativeBitmap (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DNativeFrame.java258 private native boolean getNativeBitmap(Bitmap bitmap, int size, int bytesPerSample); in getNativeBitmap() method in NativeFrame
DGLFrame.java394 private native boolean getNativeBitmap(Bitmap bitmap); in getNativeBitmap() method in GLFrame
/frameworks/base/core/jni/android/graphics/
DGraphics.cpp343 SkBitmap* GraphicsJNI::getNativeBitmap(JNIEnv* env, jobject bitmap) { in getNativeBitmap() function in GraphicsJNI