Lines Matching defs:transformations
2276 if (png_ptr->transformations & PNG_PACKSWAP)
2331 if (png_ptr->transformations & PNG_PACKSWAP)
2383 if (png_ptr->transformations & PNG_PACKSWAP)
2458 png_uint_32 transformations)
2466 png_uint_32 transformations = png_ptr->transformations;
2494 if (transformations & PNG_PACKSWAP)
2547 if (transformations & PNG_PACKSWAP)
2603 if (transformations & PNG_PACKSWAP)
2677 if (&transformations == NULL) /* silence compiler warning */
2850 if (!(png_ptr->transformations & PNG_INTERLACE))
2859 else /* if (png_ptr->transformations & PNG_INTERLACE) */
2963 if (!(png_ptr->transformations & PNG_INTERLACE))
2989 if ((png_ptr->transformations & PNG_PACK) && png_ptr->bit_depth < 8)
2994 if (png_ptr->transformations & PNG_EXPAND)
3022 if (png_ptr->transformations & (PNG_FILLER))
3044 if (png_ptr->transformations & PNG_GRAY_TO_RGB)
3048 (png_ptr->num_trans && (png_ptr->transformations & PNG_EXPAND)) ||
3051 (png_ptr->transformations & (PNG_FILLER)) ||
3079 if(png_ptr->transformations & PNG_USER_TRANSFORM)