Searched refs:SkBitmapRegionDecoder (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp52 class SkBitmapRegionDecoder { class
54 SkBitmapRegionDecoder(SkImageDecoder* decoder, int width, int height) { function in class:SkBitmapRegionDecoder
59 ~SkBitmapRegionDecoder() {
100 SkBitmapRegionDecoder *bm = new SkBitmapRegionDecoder(decoder, width, height);
173 static jobject nativeDecodeRegion(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd,
259 static int nativeGetHeight(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) {
263 static int nativeGetWidth(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) {
267 static void nativeClean(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) {
H A DGraphicsJNI.h13 class SkBitmapRegionDecoder;
74 static jobject createBitmapRegionDecoder(JNIEnv* env, SkBitmapRegionDecoder* bitmap);
H A DGraphics.cpp383 jobject GraphicsJNI::createBitmapRegionDecoder(JNIEnv* env, SkBitmapRegionDecoder* bitmap)

Completed in 55 milliseconds