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

1 2

  /external/glide/library/src/main/java/com/bumptech/glide/load/
MultiTransformation.java 8 * A transformation that applies an ordered array of one or more transformations to an image.
11 private Transformation<T>[] transformations; field in class:MultiTransformation
15 public MultiTransformation(Transformation<T>... transformations) {
16 if (transformations.length < 1) {
19 this.transformations = transformations;
33 if (transformations != null) {
34 for (Transformation<T> transformation : transformations) {
58 if (transformations != null) {
59 for (Transformation transformation : transformations) {
    [all...]
  /external/libpng/
pngrtran.c 15 * Transformations that are used in both reading and writing are
139 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA;
140 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
147 png_ptr->transformations |= PNG_BACKGROUND_EXPAND;
149 png_ptr->transformations &= ~PNG_BACKGROUND_EXPAND;
177 png_ptr->transformations |= PNG_SCALE_16_TO_8;
191 png_ptr->transformations |= PNG_16_TO_8;
204 png_ptr->transformations |= PNG_STRIP_ALPHA;
321 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
327 png_ptr->transformations &= ~PNG_ENCODE_ALPHA
    [all...]
pngwtran.c 497 * transformations is significant.
508 if (png_ptr->transformations & PNG_USER_TRANSFORM)
524 if (png_ptr->transformations & PNG_FILLER)
530 if (png_ptr->transformations & PNG_PACKSWAP)
535 if (png_ptr->transformations & PNG_PACK)
541 if (png_ptr->transformations & PNG_SWAP_BYTES)
546 if (png_ptr->transformations & PNG_SHIFT)
552 if (png_ptr->transformations & PNG_SWAP_ALPHA)
557 if (png_ptr->transformations & PNG_INVERT_ALPHA)
562 if (png_ptr->transformations & PNG_BGR
    [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)
214 png_ptr->transformations |= PNG_ADD_ALPHA
    [all...]
pngwrite.c 216 if ((png_ptr->transformations & PNG_INVERT_ALPHA) &&
688 /* Initialize transformations and other stuff if first time */
698 if (png_ptr->transformations & PNG_INVERT_MONO)
703 if (png_ptr->transformations & PNG_FILLER)
708 if (png_ptr->transformations & PNG_PACKSWAP)
714 if (png_ptr->transformations & PNG_PACK)
719 if (png_ptr->transformations & PNG_SHIFT)
724 if (png_ptr->transformations & PNG_BGR)
729 if (png_ptr->transformations & PNG_SWAP_BYTES)
738 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)
    [all...]
pngread.c 294 /* Initialize palette, background, etc, after transformations
413 if (png_ptr->transformations & PNG_INVERT_MONO)
418 if (png_ptr->transformations & PNG_FILLER)
424 if (png_ptr->transformations & PNG_PACKSWAP)
429 if (png_ptr->transformations & PNG_PACK)
434 if (png_ptr->transformations & PNG_SHIFT)
439 if (png_ptr->transformations & PNG_BGR)
444 if (png_ptr->transformations & PNG_SWAP_BYTES)
456 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
569 if (png_ptr->transformations)
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 15 * Transformations that are used in both reading and writing are
109 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA;
110 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
118 png_ptr->transformations |= PNG_BACKGROUND_EXPAND;
120 png_ptr->transformations &= ~PNG_BACKGROUND_EXPAND;
148 png_ptr->transformations |= PNG_SCALE_16_TO_8;
162 png_ptr->transformations |= PNG_16_TO_8;
175 png_ptr->transformations |= PNG_STRIP_ALPHA;
290 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
296 png_ptr->transformations &= ~PNG_ENCODE_ALPHA
    [all...]
  /external/chromium_org/third_party/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) &&
799 /* Initialize transformations and other stuff if first time */
809 if (png_ptr->transformations & PNG_INVERT_MONO)
814 if (png_ptr->transformations & PNG_FILLER)
820 if (png_ptr->transformations & PNG_PACKSWAP)
825 if (png_ptr->transformations & PNG_PACK)
829 if (png_ptr->transformations & PNG_SHIFT)
833 if (png_ptr->transformations & PNG_BGR)
837 if (png_ptr->transformations & PNG_SWAP_BYTES)
846 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 2725 png_uint_32 transformations = png_ptr->transformations; local
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
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) &&
799 /* Initialize transformations and other stuff if first time */
809 if (png_ptr->transformations & PNG_INVERT_MONO)
814 if (png_ptr->transformations & PNG_FILLER)
820 if (png_ptr->transformations & PNG_PACKSWAP)
825 if (png_ptr->transformations & PNG_PACK)
829 if (png_ptr->transformations & PNG_SHIFT)
833 if (png_ptr->transformations & PNG_BGR)
837 if (png_ptr->transformations & PNG_SWAP_BYTES)
846 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)
    [all...]
pngread.c 589 /* Initialize palette, background, etc, after transformations
628 if (png_ptr->transformations & PNG_INVERT_MONO)
632 if (png_ptr->transformations & PNG_FILLER)
637 if (png_ptr->transformations & PNG_PACKSWAP)
641 if (png_ptr->transformations & PNG_PACK)
645 if (png_ptr->transformations & PNG_SHIFT)
649 if (png_ptr->transformations & PNG_BGR)
653 if (png_ptr->transformations & PNG_SWAP_BYTES)
660 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
819 if (png_ptr->transformations || (png_ptr->flags&PNG_FLAG_STRIP_ALPHA)
    [all...]
pngrutil.c 2741 png_uint_32 transformations = png_ptr->transformations; local
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/pixman/test/
gradient-crash-test.c 46 pixman_transform_t transformations[] = { local
139 for (k = 0; k < ARRAY_LENGTH (transformations); ++k)
141 pixman_image_set_transform (src_img, &transformations[k]);
  /prebuilts/sdk/tools/
jack.jar 
  /external/glide/library/src/main/java/com/bumptech/glide/
GenericRequestBuilder.java 56 private List<Transformation<ResourceType>> transformations = null; field in class:GenericRequestBuilder
292 * transformations
302 transformations = new ArrayList<Transformation<ResourceType>>();
303 transformations.add(singleTransformation);
304 transformations.add(transformation);
637 if (transformations == null) {
640 return new MultiTransformation<ResourceType>(transformations);
  /external/eigen/test/
geo_transformations.cpp 75 template<typename Scalar, int Mode, int Options> void transformations() function
457 CALL_SUBTEST_1(( transformations<double,Affine,AutoAlign>() ));
460 CALL_SUBTEST_2(( transformations<float,AffineCompact,AutoAlign>() ));
464 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() ));
465 CALL_SUBTEST_3(( transformations<double,Projective,DontAlign>() ));
468 CALL_SUBTEST_4(( transformations<float,Affine,RowMajor|AutoAlign>() ));
471 CALL_SUBTEST_5(( transformations<double,AffineCompact,RowMajor|AutoAlign>() ));
474 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() ));
475 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|DontAlign>() ));

Completed in 1689 milliseconds

1 2