OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decodeRegion
(Results
1 - 7
of
7
) sorted by null
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/decoder/
ImageRegionDecoder.java
47
Bitmap
decodeRegion
(Rect sRect, int sampleSize);
SkiaImageRegionDecoder.java
110
public Bitmap
decodeRegion
(Rect sRect, int sampleSize) {
117
Bitmap bitmap = decoder.
decodeRegion
(sRect, options);
SkiaPooledImageRegionDecoder.java
248
public Bitmap
decodeRegion
(Rect sRect, int sampleSize) {
263
Bitmap bitmap = decoder.
decodeRegion
(sRect, options);
291
* Wait until all read locks held by {@link #
decodeRegion
(Rect, int)} are released, then recycle
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmapRegionDecoder.java
71
protected Bitmap
decodeRegion
(Rect rect, BitmapFactory.Options options) {
/external/skia/src/android/
SkBitmapRegionCodec.cpp
18
bool SkBitmapRegionCodec::
decodeRegion
(SkBitmap* bitmap, SkBRDAllocator* allocator,
/external/skqp/src/android/
SkBitmapRegionCodec.cpp
18
bool SkBitmapRegionCodec::
decodeRegion
(SkBitmap* bitmap, SkBRDAllocator* allocator,
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java
352
decoder.
decodeRegion
(rect, opts);
411
Bitmap reuseResult = decoder.
decodeRegion
(subset, reuseOpts);
418
Bitmap defaultResult = decoder.
decodeRegion
(subset, defaultOpts);
443
Bitmap hardwareBitmap = decoder.
decodeRegion
(new Rect(0, 0, 10, 10), options);
460
Bitmap region = decoder.
decodeRegion
(
483
Bitmap region = decoder.
decodeRegion
(
507
Bitmap region = decoder.
decodeRegion
(
515
region = decoder.
decodeRegion
(new Rect(0, 0, SMALL_TILE_SIZE, SMALL_TILE_SIZE), opts);
531
Bitmap region = decoder.
decodeRegion
(new Rect(0, 0, TILE_SIZE, TILE_SIZE), opts);
548
Bitmap region = decoder.
decodeRegion
(new Rect(0, 0, SMALL_TILE_SIZE, SMALL_TILE_SIZE), opts)
[
all
...]
Completed in 192 milliseconds