Home | History | Annotate | Download | only in engine

Lines Matching defs:transformation

8 import com.bumptech.glide.load.Transformation;
39 private final Transformation<T> transformation;
49 DataLoadProvider<A, T> loadProvider, Transformation<T> transformation, ResourceTranscoder<T, Z> transcoder,
51 this(resultKey, width, height, fetcher, loadProvider, transformation, transcoder, diskCache, diskCacheStrategy,
57 DataLoadProvider<A, T> loadProvider, Transformation<T> transformation, ResourceTranscoder<T, Z> transcoder,
64 this.transformation = transformation;
235 Resource<T> transformed = transformation.transform(decoded, width, height);