Searched refs:createBitmapRegionDecoder (Results 1 – 3 of 3) sorted by relevance
78 static jobject createBitmapRegionDecoder(JNIEnv* env, SkStreamRewindable* stream) { in createBitmapRegionDecoder() function100 return GraphicsJNI::createBitmapRegionDecoder(env, bm); in createBitmapRegionDecoder()112 jobject brd = createBitmapRegionDecoder(env, stream); in nativeNewInstanceFromByteArray()132 jobject brd = createBitmapRegionDecoder(env, stream); in nativeNewInstanceFromFileDescriptor()146 brd = createBitmapRegionDecoder(env, stream); in nativeNewInstanceFromStream()161 jobject brd = createBitmapRegionDecoder(env, stream.get()); in nativeNewInstanceFromAsset()
78 static jobject createBitmapRegionDecoder(JNIEnv* env, SkBitmapRegionDecoder* bitmap);
403 jobject GraphicsJNI::createBitmapRegionDecoder(JNIEnv* env, SkBitmapRegionDecoder* bitmap) in createBitmapRegionDecoder() function in GraphicsJNI