Searched defs:bitmapDecoder (Results 1 - 4 of 4) sorted by relevance
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
H A D | FileDescriptorBitmapDecoder.java | 14 private final VideoBitmapDecoder bitmapDecoder; field in class:FileDescriptorBitmapDecoder 22 public FileDescriptorBitmapDecoder(VideoBitmapDecoder bitmapDecoder, BitmapPool bitmapPool, argument 24 this.bitmapDecoder = bitmapDecoder; 31 Bitmap bitmap = bitmapDecoder.decode(source, bitmapPool, width, height, decodeFormat);
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/ |
H A D | GifBitmapWrapperResourceDecoder.java | 16 private final ResourceDecoder<ImageVideoWrapper, Bitmap> bitmapDecoder; field in class:GifBitmapWrapperResourceDecoder 20 public GifBitmapWrapperResourceDecoder(ResourceDecoder<ImageVideoWrapper, Bitmap> bitmapDecoder, argument 22 this.bitmapDecoder = bitmapDecoder; 46 Resource<Bitmap> bitmapResource = bitmapDecoder.decode(source, width, height); 56 id = gifDecoder.getId() + bitmapDecoder.getId();
|
/external/chromium_org/third_party/skia/src/core/ |
H A D | SkReadBuffer.h | 199 void setBitmapDecoder(SkPicture::InstallPixelRefProc bitmapDecoder) { argument 200 fBitmapDecoder = bitmapDecoder;
|
/external/skia/include/core/ |
H A D | SkReadBuffer.h | 196 void setBitmapDecoder(SkPicture::InstallPixelRefProc bitmapDecoder) { argument 197 fBitmapDecoder = bitmapDecoder;
|
Completed in 111 milliseconds