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

  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 66 return nativeDecodeRegion(mNativeLargeBitmap, rect.left, rect.top,
122 private static native Bitmap nativeDecodeRegion(int lbm,
BitmapRegionDecoder.java 188 return nativeDecodeRegion(mNativeBitmapRegionDecoder, rect.left, rect.top,
257 private static native Bitmap nativeDecodeRegion(int lbm,
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 173 static jobject nativeDecodeRegion(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd,
276 { "nativeDecodeRegion",
278 (void*)nativeDecodeRegion},

Completed in 27 milliseconds