Searched defs:transformations (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngstruct.h92 png_uint_32 transformations; /* which transformations to perform */ member in struct:png_struct_def
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...]

Completed in 313 milliseconds