Searched refs:Transformation (Results 1 - 25 of 34) sorted by relevance

12

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/
H A DUnitTransformation.java3 import com.bumptech.glide.load.Transformation;
7 * A noop Transformation that simply returns the given resource.
11 public class UnitTransformation<T> implements Transformation<T> {
12 private static final Transformation<?> TRANSFORMATION = new UnitTransformation<Object>();
/external/glide/library/src/main/java/com/bumptech/glide/load/
H A DMultiTransformation.java13 public class MultiTransformation<T> implements Transformation<T> {
14 private final Collection<? extends Transformation<T>> transformations;
18 public MultiTransformation(Transformation<T>... transformations) {
20 throw new IllegalArgumentException("MultiTransformation must contain at least one Transformation");
25 public MultiTransformation(Collection<? extends Transformation<T>> transformationList) {
27 throw new IllegalArgumentException("MultiTransformation must contain at least one Transformation");
36 for (Transformation<T> transformation : transformations) {
50 for (Transformation<T> transformation : transformations) {
H A DTransformation.java10 public interface Transformation<T> { interface
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
H A DGifBitmapWrapperTransformation.java5 import com.bumptech.glide.load.Transformation;
12 * A {@link com.bumptech.glide.load.Transformation} that can apply a wrapped {@link android.graphics.Bitmap}
15 public class GifBitmapWrapperTransformation implements Transformation<GifBitmapWrapper> {
16 private final Transformation<Bitmap> bitmapTransformation;
17 private final Transformation<GifDrawable> gifDataTransformation;
19 public GifBitmapWrapperTransformation(BitmapPool bitmapPool, Transformation<Bitmap> bitmapTransformation) {
23 GifBitmapWrapperTransformation(Transformation<Bitmap> bitmapTransformation,
24 Transformation<GifDrawable> gifDataTransformation) {
/external/eigen/bench/
H A Dgeometry.cpp24 template<typename Transformation, typename Data>
25 EIGEN_DONT_INLINE void transform(const Transformation& t, Data& data)
67 template<typename Transformation, int N>
70 static EIGEN_DONT_INLINE void run(const Transformation& t)
72 Matrix<typename Transformation::Scalar,get_dim<Transformation>::Dim,N> data;
74 bench_impl<Transformation,N-1>::run(t);
83 template<typename Transformation>
84 struct bench_impl<Transformation,0>
86 static EIGEN_DONT_INLINE void run(const Transformation argument
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifDrawableTransformation.java5 import com.bumptech.glide.load.Transformation;
11 * An {@link com.bumptech.glide.load.Transformation} that wraps a transformation for a {@link Bitmap}
14 public class GifDrawableTransformation implements Transformation<GifDrawable> {
15 private final Transformation<Bitmap> wrapped;
18 public GifDrawableTransformation(Transformation<Bitmap> wrapped, BitmapPool bitmapPool) {
H A DGifDrawable.java18 import com.bumptech.glide.load.Transformation;
54 * @see #setFrameTransformation(com.bumptech.glide.load.Transformation, android.graphics.Bitmap)
61 * @param frameTransformation An {@link com.bumptech.glide.load.Transformation} that can be applied to each frame.
71 Transformation<Bitmap> frameTransformation, int targetFrameWidth, int targetFrameHeight,
102 public void setFrameTransformation(Transformation<Bitmap> frameTransformation, Bitmap firstFrame) {
118 public Transformation<Bitmap> getFrameTransformation() {
317 Transformation<Bitmap> frameTransformation;
325 Transformation<Bitmap> frameTransformation, int targetWidth, int targetHeight,
H A DGifResourceEncoder.java11 import com.bumptech.glide.load.Transformation;
48 Transformation<Bitmap> transformation = drawable.getFrameTransformation();
112 private Resource<Bitmap> getTransformedFrame(Bitmap currentFrame, Transformation<Bitmap> transformation,
H A DGifResourceDecoder.java12 import com.bumptech.glide.load.Transformation;
80 Transformation<Bitmap> unitTransformation = UnitTransformation.get();
H A DGifFrameManager.java15 import com.bumptech.glide.load.Transformation;
37 private Transformation<Bitmap> transformation = UnitTransformation.get();
72 public void setFrameTransformation(Transformation<Bitmap> transformation) {
74 throw new NullPointerException("Transformation must not be null");
/external/robolectric/v1/src/main/java/android/view/animation/
H A DShadowAnimationBridge.java17 public void applyTransformation(float interpolatedTime, Transformation t) {
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DEngineKeyFactory.java7 import com.bumptech.glide.load.Transformation;
14 ResourceDecoder sourceDecoder, Transformation transformation, ResourceEncoder encoder,
H A DDecodeJob.java8 import com.bumptech.glide.load.Transformation;
39 private final Transformation<T> transformation;
49 DataLoadProvider<A, T> loadProvider, Transformation<T> transformation, ResourceTranscoder<T, Z> transcoder,
57 DataLoadProvider<A, T> loadProvider, Transformation<T> transformation, ResourceTranscoder<T, Z> transcoder,
H A DEngineKey.java7 import com.bumptech.glide.load.Transformation;
21 private final Transformation transformation;
31 ResourceDecoder decoder, Transformation transformation, ResourceEncoder encoder,
H A DEngine.java9 import com.bumptech.glide.load.Transformation;
141 DataLoadProvider<T, Z> loadProvider, Transformation<Z> transformation, ResourceTranscoder<Z, R> transcoder,
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DBitmapTransformation.java7 import com.bumptech.glide.load.Transformation;
12 * A simple {@link com.bumptech.glide.load.Transformation} for transforming {@link android.graphics.Bitmap}s that
31 public abstract class BitmapTransformation implements Transformation<Bitmap> {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAnimation.java6 import android.view.animation.Transformation;
142 new ShadowAnimationBridge(realAnimation).applyTransformation(1.0f, new Transformation());
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAnimationTest.java6 import android.view.animation.Transformation;
133 Transformation t;
135 @Override protected void applyTransformation(float interpolatedTime, Transformation t) {
/external/v8/test/unittests/compiler/
H A Descape-analysis-unittest.cc36 void Transformation() { function in class:v8::internal::compiler::EscapeAnalysisTest
225 Transformation();
251 Transformation();
273 Transformation();
301 Transformation();
334 Transformation();
366 Transformation();
401 Transformation();
426 Transformation();
461 Transformation();
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/
H A DGifRequestBuilder.java11 import com.bumptech.glide.load.Transformation;
143 * @see #transformFrame(com.bumptech.glide.load.Transformation[])
144 * @see #transform(com.bumptech.glide.load.Transformation[])
157 * @see #transformFrame(com.bumptech.glide.load.Transformation[])
158 * @see #transform(com.bumptech.glide.load.Transformation[])
171 * @see #transformFrame(com.bumptech.glide.load.Transformation[])
172 * @see #transform(com.bumptech.glide.load.Transformation[])
187 * @see #transform(com.bumptech.glide.load.Transformation[])
192 public GifRequestBuilder<ModelType> transformFrame(Transformation<Bitmap>... bitmapTransformations) {
196 private GifDrawableTransformation[] toGifTransformations(Transformation<Bitma
[all...]
H A DDrawableRequestBuilder.java13 import com.bumptech.glide.load.Transformation;
157 * @see #bitmapTransform(com.bumptech.glide.load.Transformation[])
158 * @see #transform(com.bumptech.glide.load.Transformation[])
172 * @see #bitmapTransform(com.bumptech.glide.load.Transformation[])
173 * @see #transform(com.bumptech.glide.load.Transformation[])
187 * @see #bitmapTransform(com.bumptech.glide.load.Transformation[])
188 * @see #transform(com.bumptech.glide.load.Transformation[])
204 * @see #transform(com.bumptech.glide.load.Transformation[])
208 public DrawableRequestBuilder<ModelType> bitmapTransform(Transformation<Bitmap>... bitmapTransformations) {
222 * @see #bitmapTransform(com.bumptech.glide.load.Transformation[])
[all...]
H A DGenericRequestBuilder.java13 import com.bumptech.glide.load.Transformation;
77 private Transformation<ResourceType> transformation = UnitTransformation.get();
146 * {@link Transformation}s. However, {@link #placeholder(int)} and {@link #error(int)},
307 * Transform resources with the given {@link Transformation}s. Replaces any existing transformation or
314 Transformation<ResourceType>... transformations) {
326 * Removes the current {@link com.bumptech.glide.load.Transformation}.
332 Transformation<ResourceType> transformation = UnitTransformation.get();
H A DBitmapRequestBuilder.java14 import com.bumptech.glide.load.Transformation;
228 * Note - If using a {@link Transformation} that expect bitmaps to support transparency, this should always be
258 * @see #transform(com.bumptech.glide.load.Transformation[])
273 * @see #transform(com.bumptech.glide.load.Transformation[])
286 * @see #transform(com.bumptech.glide.load.Transformation[])
301 public BitmapRequestBuilder<ModelType, TranscodeType> transform(Transformation<Bitmap>... transformations) {
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DGenericRequest.java9 import com.bumptech.glide.load.Transformation;
63 private Transformation<Z> transformation;
103 Transformation<Z> transformation,
175 Transformation<Z> transformation,
210 check("Transformation", transformation, "try .transform(UnitTransformation.get())");
/external/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp140 class Transformation;
192 bool visitBlock(MachineBasicBlock &B, Transformation &T, RegisterSet &AVs);
202 class Transformation { class in namespace:__anon12575
205 Transformation(bool TD) : TopDown(TD) {} function in class:__anon12575::Transformation
207 virtual ~Transformation() {}
218 bool HexagonBitSimplify::visitBlock(MachineBasicBlock &B, Transformation &T,
1007 class RedundantInstrElimination : public Transformation {
1011 : Transformation(true), HII(hii), MRI(mri), BT(bt) {}
1320 class ConstGeneration : public Transformation {
1324 : Transformation(tru
[all...]

Completed in 393 milliseconds

12