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

/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp51 class SkBitmapRegionDecoder { class
53 SkBitmapRegionDecoder(SkImageDecoder* decoder, int width, int height) { function in class:SkBitmapRegionDecoder
58 ~SkBitmapRegionDecoder() {
99 SkBitmapRegionDecoder *bm = new SkBitmapRegionDecoder(decoder, width, height);
172 static jobject nativeDecodeRegion(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd,
258 static int nativeGetHeight(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) {
262 static int nativeGetWidth(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) {
266 static void nativeClean(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) {

Completed in 77 milliseconds