Searched refs:createBitmapRegionDecoder (Results 1 – 3 of 3) sorted by relevance
74 static jobject createBitmapRegionDecoder(JNIEnv* env, SkStreamRewindable* stream) { in createBitmapRegionDecoder() function98 return GraphicsJNI::createBitmapRegionDecoder(env, bm); in createBitmapRegionDecoder()111 jobject brd = createBitmapRegionDecoder(env, stream); in nativeNewInstanceFromByteArray()131 jobject brd = createBitmapRegionDecoder(env, stream); in nativeNewInstanceFromFileDescriptor()145 brd = createBitmapRegionDecoder(env, stream); in nativeNewInstanceFromStream()160 jobject brd = createBitmapRegionDecoder(env, stream); in nativeNewInstanceFromAsset()
93 static jobject createBitmapRegionDecoder(JNIEnv* env, SkBitmapRegionDecoder* bitmap);
442 jobject GraphicsJNI::createBitmapRegionDecoder(JNIEnv* env, SkBitmapRegionDecoder* bitmap) in createBitmapRegionDecoder() function in GraphicsJNI