Lines Matching refs:transformations
2547 if (png_ptr->transformations & PNG_PACKSWAP)
2602 if (png_ptr->transformations & PNG_PACKSWAP)
2654 if (png_ptr->transformations & PNG_PACKSWAP)
2727 png_uint_32 transformations)
2735 png_uint_32 transformations = png_ptr->transformations;
2761 if (transformations & PNG_PACKSWAP)
2814 if (transformations & PNG_PACKSWAP)
2870 if (transformations & PNG_PACKSWAP)
2945 transformations = transformations; /* Silence compiler warning */
3140 if (!(png_ptr->transformations & PNG_INTERLACE))
3149 else /* if (png_ptr->transformations & PNG_INTERLACE) */
3256 if (!(png_ptr->transformations & PNG_INTERLACE))
3276 if ((png_ptr->transformations & PNG_PACK) && png_ptr->bit_depth < 8)
3281 if (png_ptr->transformations & PNG_EXPAND)
3309 if (png_ptr->transformations & (PNG_FILLER))
3331 if (png_ptr->transformations & PNG_GRAY_TO_RGB)
3335 (png_ptr->num_trans && (png_ptr->transformations & PNG_EXPAND)) ||
3338 (png_ptr->transformations & (PNG_FILLER)) ||
3366 if (png_ptr->transformations & PNG_USER_TRANSFORM)