HomeSort by relevance Sort by last modified time
    Searched refs:transformations (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/glide/library/src/main/java/com/bumptech/glide/load/
MultiTransformation.java 9 * A transformation that applies one or more transformations in iteration order to a resource.
14 private final Collection<? extends Transformation<T>> transformations; field in class:MultiTransformation
18 public MultiTransformation(Transformation<T>... transformations) {
19 if (transformations.length < 1) {
22 this.transformations = Arrays.asList(transformations);
29 this.transformations = transformationList;
36 for (Transformation<T> transformation : transformations) {
50 for (Transformation<T> transformation : transformations) {
  /external/libpng/
pngrtran.c 15 * Transformations that are used in both reading and writing are
140 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA;
141 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
148 png_ptr->transformations |= PNG_BACKGROUND_EXPAND;
150 png_ptr->transformations &= ~PNG_BACKGROUND_EXPAND;
178 png_ptr->transformations |= PNG_SCALE_16_TO_8;
192 png_ptr->transformations |= PNG_16_TO_8;
205 png_ptr->transformations |= PNG_STRIP_ALPHA;
325 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
331 png_ptr->transformations &= ~PNG_ENCODE_ALPHA
    [all...]
pngwtran.c 499 * transformations is significant.
510 if ((png_ptr->transformations & PNG_USER_TRANSFORM) != 0)
526 if ((png_ptr->transformations & PNG_FILLER) != 0)
532 if ((png_ptr->transformations & PNG_PACKSWAP) != 0)
537 if ((png_ptr->transformations & PNG_PACK) != 0)
544 if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0)
550 if ((png_ptr->transformations & PNG_SHIFT) != 0)
556 if ((png_ptr->transformations & PNG_SWAP_ALPHA) != 0)
561 if ((png_ptr->transformations & PNG_INVERT_ALPHA) != 0)
566 if ((png_ptr->transformations & PNG_BGR) != 0
    [all...]
pngtrans.c 28 png_ptr->transformations |= PNG_BGR;
43 png_ptr->transformations |= PNG_SWAP_BYTES;
59 png_ptr->transformations |= PNG_PACK;
78 png_ptr->transformations |= PNG_PACKSWAP;
91 png_ptr->transformations |= PNG_SHIFT;
105 png_ptr->transformations |= PNG_INTERLACE;
134 * format, because other transformations can give a format where the
194 png_ptr->transformations |= PNG_FILLER;
214 if ((png_ptr->transformations & PNG_FILLER) != 0)
215 png_ptr->transformations |= PNG_ADD_ALPHA
    [all...]
pngwrite.c 217 if ((png_ptr->transformations & PNG_INVERT_ALPHA) != 0 &&
698 /* Initialize transformations and other stuff if first time */
708 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0)
713 if ((png_ptr->transformations & PNG_FILLER) != 0)
718 if ((png_ptr->transformations & PNG_PACKSWAP) != 0)
724 if ((png_ptr->transformations & PNG_PACK) != 0)
729 if ((png_ptr->transformations & PNG_SHIFT) != 0)
734 if ((png_ptr->transformations & PNG_BGR) != 0)
739 if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0)
749 (png_ptr->transformations & PNG_INTERLACE) != 0
    [all...]
  /external/pdfium/third_party/libpng16/
pngrtran.c 15 * Transformations that are used in both reading and writing are
140 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA;
141 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
148 png_ptr->transformations |= PNG_BACKGROUND_EXPAND;
150 png_ptr->transformations &= ~PNG_BACKGROUND_EXPAND;
178 png_ptr->transformations |= PNG_SCALE_16_TO_8;
192 png_ptr->transformations |= PNG_16_TO_8;
205 png_ptr->transformations |= PNG_STRIP_ALPHA;
325 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
331 png_ptr->transformations &= ~PNG_ENCODE_ALPHA
    [all...]
pngwtran.c 499 * transformations is significant.
510 if ((png_ptr->transformations & PNG_USER_TRANSFORM) != 0)
526 if ((png_ptr->transformations & PNG_FILLER) != 0)
532 if ((png_ptr->transformations & PNG_PACKSWAP) != 0)
537 if ((png_ptr->transformations & PNG_PACK) != 0)
544 if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0)
550 if ((png_ptr->transformations & PNG_SHIFT) != 0)
556 if ((png_ptr->transformations & PNG_SWAP_ALPHA) != 0)
561 if ((png_ptr->transformations & PNG_INVERT_ALPHA) != 0)
566 if ((png_ptr->transformations & PNG_BGR) != 0
    [all...]
pngtrans.c 28 png_ptr->transformations |= PNG_BGR;
43 png_ptr->transformations |= PNG_SWAP_BYTES;
59 png_ptr->transformations |= PNG_PACK;
78 png_ptr->transformations |= PNG_PACKSWAP;
91 png_ptr->transformations |= PNG_SHIFT;
105 png_ptr->transformations |= PNG_INTERLACE;
134 * format, because other transformations can give a format where the
193 png_ptr->transformations |= PNG_FILLER;
213 if ((png_ptr->transformations & PNG_FILLER) != 0)
214 png_ptr->transformations |= PNG_ADD_ALPHA
    [all...]
pngwrite.c 217 if ((png_ptr->transformations & PNG_INVERT_ALPHA) != 0 &&
698 /* Initialize transformations and other stuff if first time */
708 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0)
713 if ((png_ptr->transformations & PNG_FILLER) != 0)
718 if ((png_ptr->transformations & PNG_PACKSWAP) != 0)
724 if ((png_ptr->transformations & PNG_PACK) != 0)
729 if ((png_ptr->transformations & PNG_SHIFT) != 0)
734 if ((png_ptr->transformations & PNG_BGR) != 0)
739 if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0)
749 (png_ptr->transformations & PNG_INTERLACE) != 0
    [all...]
  /external/skia/third_party/libpng/
pngrtran.c 15 * Transformations that are used in both reading and writing are
140 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA;
141 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
148 png_ptr->transformations |= PNG_BACKGROUND_EXPAND;
150 png_ptr->transformations &= ~PNG_BACKGROUND_EXPAND;
178 png_ptr->transformations |= PNG_SCALE_16_TO_8;
192 png_ptr->transformations |= PNG_16_TO_8;
205 png_ptr->transformations |= PNG_STRIP_ALPHA;
325 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
331 png_ptr->transformations &= ~PNG_ENCODE_ALPHA
    [all...]
pngwtran.c 499 * transformations is significant.
510 if ((png_ptr->transformations & PNG_USER_TRANSFORM) != 0)
526 if ((png_ptr->transformations & PNG_FILLER) != 0)
532 if ((png_ptr->transformations & PNG_PACKSWAP) != 0)
537 if ((png_ptr->transformations & PNG_PACK) != 0)
544 if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0)
550 if ((png_ptr->transformations & PNG_SHIFT) != 0)
556 if ((png_ptr->transformations & PNG_SWAP_ALPHA) != 0)
561 if ((png_ptr->transformations & PNG_INVERT_ALPHA) != 0)
566 if ((png_ptr->transformations & PNG_BGR) != 0
    [all...]
pngtrans.c 28 png_ptr->transformations |= PNG_BGR;
43 png_ptr->transformations |= PNG_SWAP_BYTES;
59 png_ptr->transformations |= PNG_PACK;
78 png_ptr->transformations |= PNG_PACKSWAP;
91 png_ptr->transformations |= PNG_SHIFT;
105 png_ptr->transformations |= PNG_INTERLACE;
134 * format, because other transformations can give a format where the
193 png_ptr->transformations |= PNG_FILLER;
213 if ((png_ptr->transformations & PNG_FILLER) != 0)
214 png_ptr->transformations |= PNG_ADD_ALPHA
    [all...]
pngwrite.c 217 if ((png_ptr->transformations & PNG_INVERT_ALPHA) != 0 &&
698 /* Initialize transformations and other stuff if first time */
708 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0)
713 if ((png_ptr->transformations & PNG_FILLER) != 0)
718 if ((png_ptr->transformations & PNG_PACKSWAP) != 0)
724 if ((png_ptr->transformations & PNG_PACK) != 0)
729 if ((png_ptr->transformations & PNG_SHIFT) != 0)
734 if ((png_ptr->transformations & PNG_BGR) != 0)
739 if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0)
749 (png_ptr->transformations & PNG_INTERLACE) != 0
    [all...]
  /frameworks/base/services/core/
Android.mk 44 -D jack.transformations.boost-locked-region-priority=true \
45 -D jack.transformations.boost-locked-region-priority.classname=com.android.server.am.ActivityManagerService,com.android.server.wm.WindowHashMap \
46 -D jack.transformations.boost-locked-region-priority.request=com.android.server.am.ActivityManagerService\#boostPriorityForLockedSection,com.android.server.wm.WindowManagerService\#boostPriorityForLockedSection \
47 -D jack.transformations.boost-locked-region-priority.reset=com.android.server.am.ActivityManagerService\#resetPriorityAfterLockedSection,com.android.server.wm.WindowManagerService\#resetPriorityAfterLockedSection
  /external/syslinux/com32/lib/libpng/
pngwtran.c 20 * transformations is significant.
31 if (png_ptr->transformations & PNG_USER_TRANSFORM)
46 if (png_ptr->transformations & PNG_FILLER)
51 if (png_ptr->transformations & PNG_PACKSWAP)
55 if (png_ptr->transformations & PNG_PACK)
60 if (png_ptr->transformations & PNG_SWAP_BYTES)
64 if (png_ptr->transformations & PNG_SHIFT)
69 if (png_ptr->transformations & PNG_SWAP_ALPHA)
73 if (png_ptr->transformations & PNG_INVERT_ALPHA)
77 if (png_ptr->transformations & PNG_BGR
    [all...]
pngrtran.c 15 * Transformations that are used in both reading and writing are
110 png_ptr->transformations |= PNG_BACKGROUND;
115 png_ptr->transformations |= (need_expand ? PNG_BACKGROUND_EXPAND : 0);
128 png_ptr->transformations |= PNG_16_TO_8;
172 png_ptr->transformations |= PNG_DITHER;
543 * only do transformations on images where the file_gamma and screen_gamma
562 png_ptr->transformations |= PNG_GAMMA;
581 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS);
591 * IOW, a future version of the library may make the transformations flag
612 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS)
    [all...]
pngtrans.c 28 png_ptr->transformations |= PNG_BGR;
42 png_ptr->transformations |= PNG_SWAP_BYTES;
57 png_ptr->transformations |= PNG_PACK;
73 png_ptr->transformations |= PNG_PACKSWAP;
85 png_ptr->transformations |= PNG_SHIFT;
99 png_ptr->transformations |= PNG_INTERLACE;
120 png_ptr->transformations |= PNG_FILLER;
160 png_ptr->transformations |= PNG_ADD_ALPHA;
175 png_ptr->transformations |= PNG_SWAP_ALPHA;
188 png_ptr->transformations |= PNG_INVERT_ALPHA
    [all...]
pngwrite.c 159 if ((png_ptr->transformations & PNG_INVERT_ALPHA) &&
798 /* Initialize transformations and other stuff if first time */
808 if (png_ptr->transformations & PNG_INVERT_MONO)
813 if (png_ptr->transformations & PNG_FILLER)
819 if (png_ptr->transformations & PNG_PACKSWAP)
824 if (png_ptr->transformations & PNG_PACK)
828 if (png_ptr->transformations & PNG_SHIFT)
832 if (png_ptr->transformations & PNG_BGR)
836 if (png_ptr->transformations & PNG_SWAP_BYTES)
845 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)
    [all...]
pngread.c 580 /* Initialize palette, background, etc, after transformations
619 if (png_ptr->transformations & PNG_INVERT_MONO)
623 if (png_ptr->transformations & PNG_FILLER)
628 if (png_ptr->transformations & PNG_PACKSWAP)
632 if (png_ptr->transformations & PNG_PACK)
636 if (png_ptr->transformations & PNG_SHIFT)
640 if (png_ptr->transformations & PNG_BGR)
644 if (png_ptr->transformations & PNG_SWAP_BYTES)
651 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
795 if (png_ptr->transformations || (png_ptr->flags&PNG_FLAG_STRIP_ALPHA)
    [all...]
pngrutil.c 2710 png_uint_32 transformations = png_ptr->transformations; local
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/
DrawableRequestBuilder.java 151 * Note - Bitmap transformations will apply individually to each frame of animated GIF images and also to
160 * @param transformations The transformations to apply in order.
163 public DrawableRequestBuilder<ModelType> transform(BitmapTransformation... transformations) {
164 return bitmapTransform(transformations);
198 * Transform {@link GlideDrawable}s using the given {@link android.graphics.Bitmap} transformations. Replaces any
199 * previous transformations.
209 GifBitmapWrapperTransformation[] transformations = local
212 transformations[i] = new GifBitmapWrapperTransformation(glide.getBitmapPool(), bitmapTransformations[i]);
214 return transform(transformations);
    [all...]
GifRequestBuilder.java 167 * Transforms each frame of the GIF using the given transformations.
174 * @param bitmapTransformations The transformations to apply in order to each frame.
182 * Transforms each frame of the GIF using the given transformations.
189 * @param bitmapTransformations The transformations to apply in order to each frame.
197 GifDrawableTransformation[] transformations = new GifDrawableTransformation[bitmapTransformations.length]; local
199 transformations[i] = new GifDrawableTransformation(bitmapTransformations[i], glide.getBitmapPool());
201 return transformations;
214 public GifRequestBuilder<ModelType> transform(Transformation<GifDrawable>... transformations) {
215 super.transform(transformations);
BitmapRequestBuilder.java 260 * @param transformations The transformations to apply in order.
263 public BitmapRequestBuilder<ModelType, TranscodeType> transform(BitmapTransformation... transformations) {
264 super.transform(transformations);
301 public BitmapRequestBuilder<ModelType, TranscodeType> transform(Transformation<Bitmap>... transformations) {
302 super.transform(transformations);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.c 40 * transformations in order.
41 * 3. If one of the transformations returns GL_TRUE, assume that it
46 * instructions emitted by transformations are not transformed.
55 struct radeon_program_transformation *transformations = local
65 for(i = 0; transformations[i].function; ++i) {
66 struct radeon_program_transformation* t = transformations + i;
  /external/eigen/test/
geo_transformations.cpp 86 template<typename Scalar, int Mode, int Options> void transformations() function
618 CALL_SUBTEST_1(( transformations<double,Affine,AutoAlign>() ));
621 CALL_SUBTEST_2(( transformations<float,AffineCompact,AutoAlign>() ));
625 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() ));
626 CALL_SUBTEST_3(( transformations<double,Projective,DontAlign>() ));
629 CALL_SUBTEST_4(( transformations<float,Affine,RowMajor|AutoAlign>() ));
632 CALL_SUBTEST_5(( transformations<double,AffineCompact,RowMajor|AutoAlign>() ));
635 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() ));
636 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|DontAlign>() ));

Completed in 644 milliseconds

1 2 3