/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | BitmapResource.java | 14 private final BitmapPool bitmapPool; field in BitmapResource 23 public static BitmapResource obtain(Bitmap bitmap, BitmapPool bitmapPool) { in obtain() 31 public BitmapResource(Bitmap bitmap, BitmapPool bitmapPool) { in BitmapResource()
|
D | StreamBitmapDecoder.java | 22 private BitmapPool bitmapPool; field in StreamBitmapDecoder 30 public StreamBitmapDecoder(BitmapPool bitmapPool) { in StreamBitmapDecoder() 38 public StreamBitmapDecoder(BitmapPool bitmapPool, DecodeFormat decodeFormat) { in StreamBitmapDecoder() 42 …public StreamBitmapDecoder(Downsampler downsampler, BitmapPool bitmapPool, DecodeFormat decodeForm… in StreamBitmapDecoder()
|
D | BitmapDrawableResource.java | 19 private final BitmapPool bitmapPool; field in BitmapDrawableResource 21 public BitmapDrawableResource(BitmapDrawable drawable, BitmapPool bitmapPool) { in BitmapDrawableResource()
|
D | GlideBitmapDrawableResource.java | 11 private final BitmapPool bitmapPool; field in GlideBitmapDrawableResource 13 public GlideBitmapDrawableResource(GlideBitmapDrawable drawable, BitmapPool bitmapPool) { in GlideBitmapDrawableResource()
|
D | FileDescriptorBitmapDecoder.java | 21 private final BitmapPool bitmapPool; field in FileDescriptorBitmapDecoder 32 public FileDescriptorBitmapDecoder(BitmapPool bitmapPool, DecodeFormat decodeFormat) { in FileDescriptorBitmapDecoder() 36 public FileDescriptorBitmapDecoder(VideoBitmapDecoder bitmapDecoder, BitmapPool bitmapPool, in FileDescriptorBitmapDecoder()
|
D | BitmapTransformation.java | 33 private BitmapPool bitmapPool; field in BitmapTransformation 39 public BitmapTransformation(BitmapPool bitmapPool) { in BitmapTransformation()
|
D | BitmapDecoder.java | 25 …Bitmap decode(T resource, BitmapPool bitmapPool, int outWidth, int outHeight, DecodeFormat decodeF… in decode()
|
D | FitCenter.java | 18 public FitCenter(BitmapPool bitmapPool) { in FitCenter()
|
D | StreamBitmapDataLoadProvider.java | 27 public StreamBitmapDataLoadProvider(BitmapPool bitmapPool, DecodeFormat decodeFormat) { in StreamBitmapDataLoadProvider()
|
D | FileDescriptorBitmapDataLoadProvider.java | 27 public FileDescriptorBitmapDataLoadProvider(BitmapPool bitmapPool, DecodeFormat decodeFormat) { in FileDescriptorBitmapDataLoadProvider()
|
D | CenterCrop.java | 20 public CenterCrop(BitmapPool bitmapPool) { in CenterCrop()
|
D | VideoBitmapDecoder.java | 31 …public Bitmap decode(ParcelFileDescriptor resource, BitmapPool bitmapPool, int outWidth, int outHe… in decode()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/ |
D | GifFrameResourceDecoder.java | 12 private final BitmapPool bitmapPool; field in GifFrameResourceDecoder 14 public GifFrameResourceDecoder(BitmapPool bitmapPool) { in GifFrameResourceDecoder()
|
D | GifBitmapProvider.java | 10 private final BitmapPool bitmapPool; field in GifBitmapProvider 12 public GifBitmapProvider(BitmapPool bitmapPool) { in GifBitmapProvider()
|
D | GifResourceEncoder.java | 29 private final BitmapPool bitmapPool; field in GifResourceEncoder 32 public GifResourceEncoder(BitmapPool bitmapPool) { in GifResourceEncoder() 37 GifResourceEncoder(BitmapPool bitmapPool, Factory factory) { in GifResourceEncoder() 144 public Resource<Bitmap> buildFrameResource(Bitmap bitmap, BitmapPool bitmapPool) { in buildFrameResource()
|
D | GifDrawableTransformation.java | 16 private final BitmapPool bitmapPool; field in GifDrawableTransformation 18 public GifDrawableTransformation(Transformation<Bitmap> wrapped, BitmapPool bitmapPool) { in GifDrawableTransformation()
|
D | GifResourceDecoder.java | 33 private final BitmapPool bitmapPool; field in GifResourceDecoder 41 public GifResourceDecoder(Context context, BitmapPool bitmapPool) { in GifResourceDecoder() 46 GifResourceDecoder(Context context, BitmapPool bitmapPool, GifHeaderParserPool parserPool, in GifResourceDecoder()
|
D | GifDrawable.java | 70 …ublic GifDrawable(Context context, GifDecoder.BitmapProvider bitmapProvider, BitmapPool bitmapPool, in GifDrawable() 90 …wable(GifDecoder decoder, GifFrameManager frameManager, Bitmap firstFrame, BitmapPool bitmapPool) { in GifDrawable() 321 BitmapPool bitmapPool; field in GifDrawable.GifState 326 GifDecoder.BitmapProvider provider, BitmapPool bitmapPool, Bitmap firstFrame) { in GifState()
|
D | GifDrawableLoadProvider.java | 26 public GifDrawableLoadProvider(Context context, BitmapPool bitmapPool) { in GifDrawableLoadProvider()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/ |
D | GlideBitmapDrawableTranscoder.java | 19 private final BitmapPool bitmapPool; field in GlideBitmapDrawableTranscoder 25 public GlideBitmapDrawableTranscoder(Resources resources, BitmapPool bitmapPool) { in GlideBitmapDrawableTranscoder()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/ |
D | BitmapPreFillRunner.java | 56 private final BitmapPool bitmapPool; field in BitmapPreFillRunner 66 …public BitmapPreFillRunner(BitmapPool bitmapPool, MemoryCache memoryCache, PreFillQueue allocation… in BitmapPreFillRunner() 71 …BitmapPreFillRunner(BitmapPool bitmapPool, MemoryCache memoryCache, PreFillQueue allocationOrder, … in BitmapPreFillRunner()
|
D | BitmapPreFiller.java | 22 private final BitmapPool bitmapPool; field in BitmapPreFiller 28 …public BitmapPreFiller(MemoryCache memoryCache, BitmapPool bitmapPool, DecodeFormat defaultFormat)… in BitmapPreFiller()
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
D | GlideBuilder.java | 29 private BitmapPool bitmapPool; field in GlideBuilder 47 public GlideBuilder setBitmapPool(BitmapPool bitmapPool) { in setBitmapPool()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/ |
D | GifBitmapWrapperResourceDecoder.java | 31 private final BitmapPool bitmapPool; field in GifBitmapWrapperResourceDecoder 37 ResourceDecoder<InputStream, GifDrawable> gifDecoder, BitmapPool bitmapPool) { in GifBitmapWrapperResourceDecoder() 43 …ResourceDecoder<InputStream, GifDrawable> gifDecoder, BitmapPool bitmapPool, ImageTypeParser parse… in GifBitmapWrapperResourceDecoder()
|
D | ImageVideoGifDrawableLoadProvider.java | 29 DataLoadProvider<InputStream, GifDrawable> gifProvider, BitmapPool bitmapPool) { in ImageVideoGifDrawableLoadProvider()
|