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

  /system/media/mca/filterfw/java/android/filterfw/core/
NativeFrame.java 197 if (!getNativeBitmap(result, byteCount, bps)) {
260 private native boolean getNativeBitmap(Bitmap bitmap, int size, int bytesPerSample);
GLFrame.java 247 if (!getNativeBitmap(result)) {
394 private native boolean getNativeBitmap(Bitmap bitmap);
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 284 SkBitmap* GraphicsJNI::getNativeBitmap(JNIEnv* env, jobject bitmap) {

Completed in 53 milliseconds