Home | History | Annotate | Download | only in libpng-1.2.46

Lines Matching defs:transformations

2553             if (png_ptr->transformations & PNG_PACKSWAP)
2608 if (png_ptr->transformations & PNG_PACKSWAP)
2660 if (png_ptr->transformations & PNG_PACKSWAP)
2733 png_uint_32 transformations)
2741 png_uint_32 transformations = png_ptr->transformations;
2767 if (transformations & PNG_PACKSWAP)
2820 if (transformations & PNG_PACKSWAP)
2876 if (transformations & PNG_PACKSWAP)
2951 transformations = transformations; /* Silence compiler warning */
3146 if (!(png_ptr->transformations & PNG_INTERLACE))
3155 else /* if (png_ptr->transformations & PNG_INTERLACE) */
3262 if (!(png_ptr->transformations & PNG_INTERLACE))
3282 if ((png_ptr->transformations & PNG_PACK) && png_ptr->bit_depth < 8)
3287 if (png_ptr->transformations & PNG_EXPAND)
3315 if (png_ptr->transformations & (PNG_FILLER))
3337 if (png_ptr->transformations & PNG_GRAY_TO_RGB)
3341 (png_ptr->num_trans && (png_ptr->transformations & PNG_EXPAND)) ||
3344 (png_ptr->transformations & (PNG_FILLER)) ||
3372 if (png_ptr->transformations & PNG_USER_TRANSFORM)