/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
H A D | ShadowBitmapFactory.java | 56 public static Bitmap decodeStream(InputStream is) { method in class:ShadowBitmapFactory 57 return decodeStream(is, null, new BitmapFactory.Options()); 61 public static Bitmap decodeStream(InputStream is, Rect outPadding, BitmapFactory.Options opts) { method in class:ShadowBitmapFactory
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
H A D | Downsampler.java | 202 return decodeStream(is, options); 271 * @return An integer to pass in to {@link BitmapFactory#decodeStream(java.io.InputStream, android.graphics.Rect, 281 * {@link BitmapFactory#decodeStream(java.io.InputStream, android.graphics.Rect, 287 decodeStream(is, options); 292 private static Bitmap decodeStream(ExceptionCatchingInputStream is, BitmapFactory.Options options) { method in class:Downsampler 307 final Bitmap result = BitmapFactory.decodeStream(is, null, options);
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/ |
H A D | GifBitmapWrapperResourceDecoder.java | 71 result = decodeStream(source, width, height, bytes); 78 private GifBitmapWrapper decodeStream(ImageVideoWrapper source, int width, int height, byte[] bytes) method in class:GifBitmapWrapperResourceDecoder
|
/external/skia/samplecode/ |
H A D | SampleAnimator.cpp | 29 bool decodeStream(SkStream* stream); 55 return is.get() != nullptr && this->decodeStream(is); 60 return this->decodeStream(&is); 84 bool SkAnimatorView::decodeStream(SkStream* stream) { function in class:SkAnimatorView 89 if (!fAnimator->decodeStream(stream)) {
|
/external/skia/src/animator/ |
H A D | SkAnimateMaker.cpp | 90 // differs from SkAnimator::decodeStream in that it does not reset error state 91 bool SkAnimateMaker::decodeStream(SkStream* stream) function in class:SkAnimateMaker 104 bool success = decodeStream(stream);
|
H A D | SkAnimator.cpp | 56 return decodeStream(stream); 66 bool SkAnimator::decodeStream(SkStream* stream) function in class:SkAnimator 88 return decodeStream(stream);
|
/external/skia/src/ports/ |
H A D | SkImageDecoder_WIC.cpp | 69 bool decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode, Format* format) const; 107 return this->decodeStream(stream, bm, wicMode, nullptr) ? kSuccess : kFailure; 110 bool SkImageDecoder_WIC::decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode, function in class:SkImageDecoder_WIC 460 if (!codec.decodeStream(stream, nullptr, SkImageDecoder_WIC::kDecodeFormat_WICMode, &format)) {
|
/external/robolectric/v3/runtime/ |
H A D | shadows-core-3.1-SNAPSHOT-16.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-17.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-18.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-19.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-21.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-22.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
/external/robolectric/v1/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |