Searched refs:transformations (Results 1 - 20 of 20) sorted by relevance

/external/libpng/
H A Dpngwtran.c20 * 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
[all...]
H A Dpngrtran.c110 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);
626 png_ptr->transformations |
[all...]
H A Dpngtrans.c28 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 |
[all...]
H A Dpngwrite.c159 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
[all...]
H A Dpngread.c580 /* 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_pt
[all...]
H A Dpngrutil.c2530 if (png_ptr->transformations & PNG_PACKSWAP)
2585 if (png_ptr->transformations & PNG_PACKSWAP)
2637 if (png_ptr->transformations & PNG_PACKSWAP)
2710 png_uint_32 transformations)
2718 png_uint_32 transformations = png_ptr->transformations; local
2744 if (transformations & PNG_PACKSWAP)
2797 if (transformations & PNG_PACKSWAP)
2853 if (transformations & PNG_PACKSWAP)
2928 transformations
[all...]
H A Dpngpread.c951 if (png_ptr->transformations || (png_ptr->flags&PNG_FLAG_STRIP_ALPHA))
956 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
961 png_ptr->row_buf + 1, png_ptr->pass, png_ptr->transformations);
1191 if (png_ptr->transformations & PNG_INTERLACE)
H A Dpngwutil.c502 /* Set the usr info, so any transformations can modify it */
1832 if (!(png_ptr->transformations & PNG_INTERLACE))
1891 if (png_ptr->transformations & PNG_INTERLACE)
1911 if (png_ptr->transformations & PNG_INTERLACE)
H A Dpng.h972 * complete description of the transformations and how they should be
1276 png_uint_32 transformations PNG_DEPSTRUCT; /* which transformations to perform */
1834 /* Optional update palette with requested transformations */
2930 /* Flags for the transformations the PNG library does on the image data */
3394 png_bytep row, int pass, png_uint_32 transformations)) PNG_PRIVATE;
3428 /* These are the functions that do the transformations */
3657 /* Handle the transformations for reading and writing */
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwtran.c16 * transformations is significant.
27 if (png_ptr->transformations & PNG_USER_TRANSFORM)
41 if (png_ptr->transformations & PNG_FILLER)
46 if (png_ptr->transformations & PNG_PACKSWAP)
50 if (png_ptr->transformations & PNG_PACK)
55 if (png_ptr->transformations & PNG_SWAP_BYTES)
59 if (png_ptr->transformations & PNG_SHIFT)
64 if (png_ptr->transformations & PNG_SWAP_ALPHA)
68 if (png_ptr->transformations & PNG_INVERT_ALPHA)
72 if (png_ptr->transformations
[all...]
H A Dpngrtran.c91 png_ptr->transformations |= PNG_BACKGROUND;
96 png_ptr->transformations |= (need_expand ? PNG_BACKGROUND_EXPAND : 0);
107 png_ptr->transformations |= PNG_16_TO_8;
147 png_ptr->transformations |= PNG_DITHER;
518 * only do transformations on images where the file_gamma and screen_gamma
534 png_ptr->transformations |= PNG_GAMMA;
550 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS);
562 * IOW, a future version of the library may make the transformations flag
579 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS);
592 png_ptr->transformations |
[all...]
H A Dpngtrans.c22 png_ptr->transformations |= PNG_BGR;
34 png_ptr->transformations |= PNG_SWAP_BYTES;
47 png_ptr->transformations |= PNG_PACK;
61 png_ptr->transformations |= PNG_PACKSWAP;
71 png_ptr->transformations |= PNG_SHIFT;
84 png_ptr->transformations |= PNG_INTERLACE;
103 png_ptr->transformations |= PNG_FILLER;
137 png_ptr->transformations |= PNG_ADD_ALPHA;
150 png_ptr->transformations |= PNG_SWAP_ALPHA;
161 png_ptr->transformations |
[all...]
H A Dpngwrite.c149 if ((png_ptr->transformations & PNG_INVERT_ALPHA) &&
765 /* initialize transformations and other stuff if first time */
775 if (png_ptr->transformations & PNG_INVERT_MONO)
779 if (png_ptr->transformations & PNG_FILLER)
783 if (png_ptr->transformations & PNG_PACKSWAP)
787 if (png_ptr->transformations & PNG_PACK)
791 if (png_ptr->transformations & PNG_SHIFT)
795 if (png_ptr->transformations & PNG_BGR)
799 if (png_ptr->transformations & PNG_SWAP_BYTES)
808 if (png_ptr->interlaced && (png_ptr->transformations
[all...]
H A Dpngread.c554 /* Initialize palette, background, etc, after transformations
589 if (png_ptr->transformations & PNG_INVERT_MONO)
593 if (png_ptr->transformations & PNG_FILLER)
597 if (png_ptr->transformations & PNG_PACKSWAP)
601 if (png_ptr->transformations & PNG_PACK)
605 if (png_ptr->transformations & PNG_SHIFT)
609 if (png_ptr->transformations & PNG_BGR)
613 if (png_ptr->transformations & PNG_SWAP_BYTES)
620 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
768 if (png_ptr->transformations || (png_pt
[all...]
H A Dpngrutil.c2482 if (png_ptr->transformations & PNG_PACKSWAP)
2540 if (png_ptr->transformations & PNG_PACKSWAP)
2595 if (png_ptr->transformations & PNG_PACKSWAP)
2799 png_uint_32 transformations = png_ptr->transformations; local
2823 if (transformations & PNG_PACKSWAP)
2877 if (transformations & PNG_PACKSWAP)
2934 if (transformations & PNG_PACKSWAP)
3343 if (png_ptr->transformations & PNG_PACKSWAP)
3398 if (png_ptr->transformations
3531 png_uint_32 transformations = png_ptr->transformations; local
[all...]
H A Dpnggccrd.c1483 if (png_ptr->transformations & PNG_PACKSWAP)
1541 if (png_ptr->transformations & PNG_PACKSWAP)
1596 if (png_ptr->transformations & PNG_PACKSWAP)
2056 png_uint_32 transformations = png_ptr->transformations; local
2089 if (transformations & PNG_PACKSWAP)
2143 if (transformations & PNG_PACKSWAP)
2200 if (transformations & PNG_PACKSWAP)
H A Dpngpread.c826 if (png_ptr->transformations || (png_ptr->flags&PNG_FLAG_STRIP_ALPHA))
831 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
836 png_ptr->row_buf + 1, png_ptr->pass, png_ptr->transformations);
1045 if (png_ptr->transformations & PNG_INTERLACE)
H A Dpngvcrd.c541 if (png_ptr->transformations & PNG_PACKSWAP)
599 if (png_ptr->transformations & PNG_PACKSWAP)
654 if (png_ptr->transformations & PNG_PACKSWAP)
1013 png_uint_32 transformations = png_ptr->transformations; local
1048 if (transformations & PNG_PACKSWAP)
1102 if (transformations & PNG_PACKSWAP)
1159 if (transformations & PNG_PACKSWAP)
H A Dpngwutil.c482 /* set the usr info, so any transformations can modify it */
1798 if (!(png_ptr->transformations & PNG_INTERLACE))
1856 if (png_ptr->transformations & PNG_INTERLACE)
1876 if (png_ptr->transformations & PNG_INTERLACE)
H A Dpng.h853 * complete description of the transformations and how they should be
1151 png_uint_32 transformations; /* which transformations to perform */ member in struct:png_struct_def
1691 /* optional update palette with requested transformations */
2716 /* flags for the transformations the PNG library does on the image data */
3170 png_bytep row, int pass, png_uint_32 transformations));
3203 /* these are the functions that do the transformations */
3424 /* handle the transformations for reading and writing */

Completed in 286 milliseconds