Home
last modified time | relevance | path

Searched defs:bitmapPool (Results 1 – 25 of 29) sorted by relevance

12

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DBitmapResource.java14 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()
DStreamBitmapDecoder.java22 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()
DBitmapDrawableResource.java19 private final BitmapPool bitmapPool; field in BitmapDrawableResource
21 public BitmapDrawableResource(BitmapDrawable drawable, BitmapPool bitmapPool) { in BitmapDrawableResource()
DGlideBitmapDrawableResource.java11 private final BitmapPool bitmapPool; field in GlideBitmapDrawableResource
13 public GlideBitmapDrawableResource(GlideBitmapDrawable drawable, BitmapPool bitmapPool) { in GlideBitmapDrawableResource()
DFileDescriptorBitmapDecoder.java21 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()
DBitmapTransformation.java33 private BitmapPool bitmapPool; field in BitmapTransformation
39 public BitmapTransformation(BitmapPool bitmapPool) { in BitmapTransformation()
DBitmapDecoder.java25 …Bitmap decode(T resource, BitmapPool bitmapPool, int outWidth, int outHeight, DecodeFormat decodeF… in decode()
DFitCenter.java18 public FitCenter(BitmapPool bitmapPool) { in FitCenter()
DStreamBitmapDataLoadProvider.java27 public StreamBitmapDataLoadProvider(BitmapPool bitmapPool, DecodeFormat decodeFormat) { in StreamBitmapDataLoadProvider()
DFileDescriptorBitmapDataLoadProvider.java27 public FileDescriptorBitmapDataLoadProvider(BitmapPool bitmapPool, DecodeFormat decodeFormat) { in FileDescriptorBitmapDataLoadProvider()
DCenterCrop.java20 public CenterCrop(BitmapPool bitmapPool) { in CenterCrop()
DVideoBitmapDecoder.java31 …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/
DGifFrameResourceDecoder.java12 private final BitmapPool bitmapPool; field in GifFrameResourceDecoder
14 public GifFrameResourceDecoder(BitmapPool bitmapPool) { in GifFrameResourceDecoder()
DGifBitmapProvider.java10 private final BitmapPool bitmapPool; field in GifBitmapProvider
12 public GifBitmapProvider(BitmapPool bitmapPool) { in GifBitmapProvider()
DGifResourceEncoder.java29 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()
DGifDrawableTransformation.java16 private final BitmapPool bitmapPool; field in GifDrawableTransformation
18 public GifDrawableTransformation(Transformation<Bitmap> wrapped, BitmapPool bitmapPool) { in GifDrawableTransformation()
DGifResourceDecoder.java33 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()
DGifDrawable.java70 …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()
DGifDrawableLoadProvider.java26 public GifDrawableLoadProvider(Context context, BitmapPool bitmapPool) { in GifDrawableLoadProvider()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
DGlideBitmapDrawableTranscoder.java19 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/
DBitmapPreFillRunner.java56 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()
DBitmapPreFiller.java22 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/
DGlideBuilder.java29 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/
DGifBitmapWrapperResourceDecoder.java31 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()
DImageVideoGifDrawableLoadProvider.java29 DataLoadProvider<InputStream, GifDrawable> gifProvider, BitmapPool bitmapPool) { in ImageVideoGifDrawableLoadProvider()

12