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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeFrame.java 195 if (!getNativeBitmap(result, byteCount, bps)) {
258 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 343 SkBitmap* GraphicsJNI::getNativeBitmap(JNIEnv* env, jobject bitmap) {

Completed in 48 milliseconds