Searched defs:transform (Results 51 - 75 of 307) sorted by relevance

1234567891011>>

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DCenterCrop.java27 protected Bitmap transform(BitmapPool pool, Bitmap toTransform, int outWidth, int outHeight) { method in class:CenterCrop
H A DFitCenter.java23 protected Bitmap transform(BitmapPool pool, Bitmap toTransform, int outWidth, int outHeight) { method in class:FitCenter
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifDrawableTransformation.java24 public Resource<GifDrawable> transform(Resource<GifDrawable> resource, int outWidth, int outHeight) { method in class:GifDrawableTransformation
33 Resource<Bitmap> transformed = wrapped.transform(bitmapResource, outWidth, outHeight);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
H A DGifBitmapWrapperTransformation.java30 public Resource<GifBitmapWrapper> transform(Resource<GifBitmapWrapper> resource, int outWidth, int outHeight) { method in class:GifBitmapWrapperTransformation
34 Resource<Bitmap> transformed = bitmapTransformation.transform(bitmapResource, outWidth, outHeight);
40 Resource<GifDrawable> transformed = gifDataTransformation.transform(gifResource, outWidth, outHeight);
/external/guava/guava/src/com/google/common/collect/
H A DTransformedIterator.java39 abstract T transform(F from); method in class:TransformedIterator
48 return transform(backingIterator.next());
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUnicodeRegex.java85 public String transform(String regex) { method in class:UnicodeRegex
148 return STANDARD.transform(regex);
158 return Pattern.compile(STANDARD.transform(regex));
168 return Pattern.compile(STANDARD.transform(regex), options);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBytesDictionaryMatcher.java18 private final int transform; field in class:BytesDictionaryMatcher
20 public BytesDictionaryMatcher(byte[] chars, int transform) { argument
22 Assert.assrt((transform & DictionaryData.TRANSFORM_TYPE_MASK) == DictionaryData.TRANSFORM_TYPE_OFFSET);
23 // while there is only one transform type so far, save the entire transform constant so that
24 // if we add any others, we need only change code in transform() and the assert above rather
25 // than adding a "transform type" variable
26 this.transform = transform;
29 private int transform(in method in class:BytesDictionaryMatcher
[all...]
H A DSourceTargetUtility.java19 final Transform<String, String> transform; field in class:SourceTargetUtility
26 public SourceTargetUtility(Transform<String, String> transform) { argument
27 this(transform, null);
30 public SourceTargetUtility(Transform<String, String> transform, Normalizer2 normalizer) { argument
31 this.transform = transform;
63 String s = transform.transform(UTF16.valueOf(i));
76 s = transform.transform(
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DIcuUnicodeNormalizerFactory.java39 public String transform(String source) { method in class:IcuUnicodeNormalizerFactory.CaseFolder
51 public String transform(String src) { method in class:IcuUnicodeNormalizerFactory.IcuUnicodeNormalizer
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUnicodeRegex.java83 public String transform(String regex) { method in class:UnicodeRegex
146 return STANDARD.transform(regex);
156 return Pattern.compile(STANDARD.transform(regex));
166 return Pattern.compile(STANDARD.transform(regex), options);
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DSourceTargetUtility.java18 final Transform<String, String> transform; field in class:SourceTargetUtility
25 public SourceTargetUtility(Transform<String, String> transform) { argument
26 this(transform, null);
29 public SourceTargetUtility(Transform<String, String> transform, Normalizer2 normalizer) { argument
30 this.transform = transform;
62 String s = transform.transform(UTF16.valueOf(i));
75 s = transform.transform(
[all...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DIcuUnicodeNormalizerFactory.java38 public String transform(String source) { method in class:IcuUnicodeNormalizerFactory.CaseFolder
50 public String transform(String src) { method in class:IcuUnicodeNormalizerFactory.IcuUnicodeNormalizer
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DJarTransformer.java37 reader.accept(transform(w), ClassReader.EXPAND_FRAMES);
44 abstract protected ClassVisitor transform(ClassVisitor v); method in class:JarTransformer
/external/javassist/src/main/javassist/convert/
H A DTransformWriteField.java29 public int transform(CtClass tclazz, int pos, CodeIterator iterator, method in class:TransformWriteField
/external/libjpeg-turbo/java/
H A DTJExample.java75 System.out.println(" transform prior to decompression (these options are mutually exclusive)\n");
262 TJDecompressor[] tjdx = tjt.transform(t, 0);
353 int transformIndex, TJTransform transform)
351 customFilter(ShortBuffer coeffBuffer, Rectangle bufferRegion, Rectangle planeRegion, int componentIndex, int transformIndex, TJTransform transform) argument
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
H A DTJCustomFilter.java66 * transform in the <code>transforms</code> array that was passed to {@link
67 * TJTransformer#transform TJTransformer.transform()}.
69 * @param transform a {@link TJTransform} instance that specifies the
70 * parameters and/or cropping region for this transform
74 TJTransform transform)
72 customFilter(ShortBuffer coeffBuffer, Rectangle bufferRegion, Rectangle planeRegion, int componentID, int transformID, TJTransform transform) argument
H A DTJTransformer.java70 * Losslessly transform the JPEG image associated with this transformer
76 * free. Each lossless transform requires reading and performing Huffman
90 * which specifies the transform parameters and/or cropping region for the
96 public void transform(byte[][] dstBufs, TJTransform[] transforms, method in class:TJTransformer
100 transformedSizes = transform(jpegBuf, jpegBufSize, dstBufs, transforms,
105 * Losslessly transform the JPEG image associated with this transformer
110 * which specifies the transform parameters and/or cropping region for the
119 public TJDecompressor[] transform(TJTransform[] transforms, int flags) method in class:TJTransformer
133 transform(dstBufs, transforms, flags);
141 * generated by the most recent transform operatio
154 private native int[] transform(byte[] srcBuf, int srcSize, byte[][] dstBufs, method in class:TJTransformer
[all...]
/external/llvm/
H A Dllvm-device-build.mk70 define transform-device-td-to-out
H A Dllvm-host-build.mk87 define transform-host-td-to-out
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_normals.c107 GLuint transform = NORM_TRANSFORM_NO_ROT; local
110 /* need to do full (3x3) matrix transform */
111 transform = NORM_TRANSFORM;
115 store->NormalTransform = _mesa_normal_tab[transform | NORM_NORMALIZE];
119 store->NormalTransform = _mesa_normal_tab[transform | NORM_RESCALE];
122 store->NormalTransform = _mesa_normal_tab[transform];
128 * transform normal vectors (just leave them in object coordinates)
181 "normal transform", /* name */
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCollectionUtils.java32 Object key = t.transform(value);
59 public static List transform(Collection c, Transformer t) { method in class:CollectionUtils
62 result.add(t.transform(it.next()));
H A DDefaultGeneratorStrategy.java25 transform(cg).generateClass(cw);
26 return transform(cw.toByteArray());
33 protected byte[] transform(byte[] b) throws Exception { method in class:DefaultGeneratorStrategy
37 protected ClassGenerator transform(ClassGenerator cg) throws Exception { method in class:DefaultGeneratorStrategy
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DAbstractProcessTask.java16 package org.mockito.cglib.transform;
H A DAnnotationVisitorTee.java16 package org.mockito.cglib.transform;
H A DClassFilterTransformer.java16 package org.mockito.cglib.transform;

Completed in 585 milliseconds

1234567891011>>