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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrtran.c137 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA;
138 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
146 png_ptr->transformations |= PNG_BACKGROUND_EXPAND;
148 png_ptr->transformations &= ~PNG_BACKGROUND_EXPAND;
176 png_ptr->transformations |= PNG_SCALE_16_TO_8;
190 png_ptr->transformations |= PNG_16_TO_8;
203 png_ptr->transformations |= PNG_STRIP_ALPHA;
318 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
324 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
332 png_ptr->transformations
[all...]
H A Dpngwtran.c48 * transformations is significant.
59 if (png_ptr->transformations & PNG_USER_TRANSFORM)
75 if (png_ptr->transformations & PNG_FILLER)
81 if (png_ptr->transformations & PNG_PACKSWAP)
86 if (png_ptr->transformations & PNG_PACK)
92 if (png_ptr->transformations & PNG_SWAP_BYTES)
97 if (png_ptr->transformations & PNG_SHIFT)
103 if (png_ptr->transformations & PNG_SWAP_ALPHA)
108 if (png_ptr->transformations & PNG_INVERT_ALPHA)
113 if (png_ptr->transformations
[all...]
H A Dpngread.c449 /* Initialize palette, background, etc, after transformations
496 if (png_ptr->transformations & PNG_INVERT_MONO)
501 if (png_ptr->transformations & PNG_FILLER)
507 if (png_ptr->transformations & PNG_PACKSWAP)
512 if (png_ptr->transformations & PNG_PACK)
517 if (png_ptr->transformations & PNG_SHIFT)
522 if (png_ptr->transformations & PNG_BGR)
527 if (png_ptr->transformations & PNG_SWAP_BYTES)
534 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
693 if (png_ptr->transformations)
[all...]
H A Dpngtrans.c56 png_ptr->transformations |= PNG_BGR;
71 png_ptr->transformations |= PNG_SWAP_BYTES;
87 png_ptr->transformations |= PNG_PACK;
104 png_ptr->transformations |= PNG_PACKSWAP;
117 png_ptr->transformations |= PNG_SHIFT;
131 png_ptr->transformations |= PNG_INTERLACE;
153 png_ptr->transformations |= PNG_FILLER;
191 png_ptr->transformations |= PNG_ADD_ALPHA;
206 png_ptr->transformations |= PNG_SWAP_ALPHA;
220 png_ptr->transformations |
[all...]
H A Dpngwrite.c175 if ((png_ptr->transformations & PNG_INVERT_ALPHA) &&
645 /* Initialize transformations and other stuff if first time */
655 if (png_ptr->transformations & PNG_INVERT_MONO)
660 if (png_ptr->transformations & PNG_FILLER)
665 if (png_ptr->transformations & PNG_PACKSWAP)
671 if (png_ptr->transformations & PNG_PACK)
676 if (png_ptr->transformations & PNG_SHIFT)
681 if (png_ptr->transformations & PNG_BGR)
686 if (png_ptr->transformations & PNG_SWAP_BYTES)
695 if (png_ptr->interlaced && (png_ptr->transformations
[all...]
H A Dpngrutil.c1055 if ((png_ptr->transformations & PNG_RGB_TO_GRAY) == 0)
2744 if (png_ptr->transformations & PNG_PACKSWAP)
2803 if (png_ptr->transformations & PNG_PACKSWAP)
2860 if (png_ptr->transformations & PNG_PACKSWAP)
2942 png_uint_32 transformations = png_ptr->transformations; local
2968 if (transformations & PNG_PACKSWAP)
3027 if (transformations & PNG_PACKSWAP)
3089 if (transformations & PNG_PACKSWAP)
3173 PNG_UNUSED(transformations) /* Silenc
[all...]
H A Dpngstruct.h92 png_uint_32 transformations; /* which transformations to perform */ member in struct:png_struct_def
H A Dpng.c2344 if (png_ptr->transformations & (PNG_COMPOSE | PNG_RGB_TO_GRAY))
2396 if (png_ptr->transformations & (PNG_16_TO_8 | PNG_SCALE_16_TO_8))
2417 if (png_ptr->transformations & (PNG_16_TO_8 | PNG_SCALE_16_TO_8))
2433 if (png_ptr->transformations & (PNG_COMPOSE | PNG_RGB_TO_GRAY))
H A Dpngpread.c1058 if (png_ptr->transformations)
1064 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
1069 png_ptr->row_buf + 1, png_ptr->pass, png_ptr->transformations);
1299 if (png_ptr->transformations & PNG_INTERLACE)
H A Dpngwutil.c811 /* Set the usr info, so any transformations can modify it */
2109 if (!(png_ptr->transformations & PNG_INTERLACE))
2173 if (png_ptr->transformations & PNG_INTERLACE)
2198 if (png_ptr->transformations & PNG_INTERLACE)

Completed in 77 milliseconds