Lines Matching defs:transformations
2482 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;
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 & PNG_PACKSWAP)
3450 if (png_ptr->transformations & PNG_PACKSWAP)
3523 png_uint_32 transformations)
3531 png_uint_32 transformations = png_ptr->transformations;
3559 if (transformations & PNG_PACKSWAP)
3612 if (transformations & PNG_PACKSWAP)
3668 if (transformations & PNG_PACKSWAP)
3742 transformations = transformations; /* silence compiler warning */
3914 if (!(png_ptr->transformations & PNG_INTERLACE))
3923 else /* if (png_ptr->transformations & PNG_INTERLACE) */
4027 if (!(png_ptr->transformations & PNG_INTERLACE))
4053 if ((png_ptr->transformations & PNG_PACK) && png_ptr->bit_depth < 8)
4058 if (png_ptr->transformations & PNG_EXPAND)
4086 if (png_ptr->transformations & (PNG_FILLER))
4108 if (png_ptr->transformations & PNG_GRAY_TO_RGB)
4112 (png_ptr->num_trans && (png_ptr->transformations & PNG_EXPAND)) ||
4115 (png_ptr->transformations & (PNG_FILLER)) ||
4143 if(png_ptr->transformations & PNG_USER_TRANSFORM)