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

/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java35 * Given a LargeBitmap, users can call decodeRegion() repeatedly
62 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) { method in class:LargeBitmap
63 checkRecycled("decodeRegion called on recycled large bitmap");
84 * large bitmap as "dead", meaning it will throw an exception if decodeRegion(),
H A DBitmapRegionDecoder.java32 * Given a BitmapRegionDecoder, users can call decodeRegion() repeatedly
181 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) { method in class:BitmapRegionDecoder
182 checkRecycled("decodeRegion called on recycled region decoder");
204 * region decoder as "dead", meaning it will throw an exception if decodeRegion(),
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp223 if (!brd->decodeRegion(bitmap, region, prefConfig, sampleSize)) {
224 return nullObjectReturn("decoder->decodeRegion returned false");

Completed in 1813 milliseconds