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

/frameworks/base/graphics/java/android/graphics/
H A DBitmapRegionDecoder.java26 * BitmapRegionDecoder can be used to decode a rectangle region from an image.
27 * BitmapRegionDecoder is particularly useful when an original image is large and
30 * <p>To create a BitmapRegionDecoder, call newInstance(...).
31 * Given a BitmapRegionDecoder, users can call decodeRegion() repeatedly
35 public final class BitmapRegionDecoder { class
43 * Create a BitmapRegionDecoder from the specified byte array.
50 * @param isShareable If this is true, then the BitmapRegionDecoder may keep a
52 * then the BitmapRegionDecoder will explicitly make a copy of the
57 * @return BitmapRegionDecoder, or null if the image data could not be decoded.
60 public static BitmapRegionDecoder newInstanc
168 private BitmapRegionDecoder(long decoder) { method in class:BitmapRegionDecoder
[all...]

Completed in 50 milliseconds