Searched defs:createBitmapRegionDecoder (Results 1 – 3 of 3) sorted by relevance
198 public static BitmapRegionDecoder createBitmapRegionDecoder( in createBitmapRegionDecoder() method in DecodeUtils216 public static BitmapRegionDecoder createBitmapRegionDecoder( in createBitmapRegionDecoder() method in DecodeUtils226 public static BitmapRegionDecoder createBitmapRegionDecoder( in createBitmapRegionDecoder() method in DecodeUtils236 public static BitmapRegionDecoder createBitmapRegionDecoder( in createBitmapRegionDecoder() method in DecodeUtils
39 static jobject createBitmapRegionDecoder(JNIEnv* env, sk_sp<SkData> data) { in createBitmapRegionDecoder() function
514 jobject GraphicsJNI::createBitmapRegionDecoder(JNIEnv* env, skia::BitmapRegionDecoder* bitmap) in createBitmapRegionDecoder() function in GraphicsJNI