Home | History | Annotate | Download | only in libpng

Lines Matching defs:transformations

2537             if (png_ptr->transformations & PNG_PACKSWAP)
2592 if (png_ptr->transformations & PNG_PACKSWAP)
2644 if (png_ptr->transformations & PNG_PACKSWAP)
2717 png_uint_32 transformations)
2725 png_uint_32 transformations = png_ptr->transformations;
2751 if (transformations & PNG_PACKSWAP)
2804 if (transformations & PNG_PACKSWAP)
2860 if (transformations & PNG_PACKSWAP)
2935 transformations = transformations; /* Silence compiler warning */
3104 if (!(png_ptr->transformations & PNG_INTERLACE))
3113 else /* if (png_ptr->transformations & PNG_INTERLACE) */
3220 if (!(png_ptr->transformations & PNG_INTERLACE))
3240 if ((png_ptr->transformations & PNG_PACK) && png_ptr->bit_depth < 8)
3245 if (png_ptr->transformations & PNG_EXPAND)
3273 if (png_ptr->transformations & (PNG_FILLER))
3295 if (png_ptr->transformations & PNG_GRAY_TO_RGB)
3299 (png_ptr->num_trans && (png_ptr->transformations & PNG_EXPAND)) ||
3302 (png_ptr->transformations & (PNG_FILLER)) ||
3330 if (png_ptr->transformations & PNG_USER_TRANSFORM)