Lines Matching full:transformations
149 if ((png_ptr->transformations & PNG_INVERT_ALPHA) &&
765 /* initialize transformations and other stuff if first time */
775 if (png_ptr->transformations & PNG_INVERT_MONO)
779 if (png_ptr->transformations & PNG_FILLER)
783 if (png_ptr->transformations & PNG_PACKSWAP)
787 if (png_ptr->transformations & PNG_PACK)
791 if (png_ptr->transformations & PNG_SHIFT)
795 if (png_ptr->transformations & PNG_BGR)
799 if (png_ptr->transformations & PNG_SWAP_BYTES)
808 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
865 /* set up row info for transformations */
890 (png_ptr->transformations & PNG_INTERLACE))
903 /* handle other transformations */
904 if (png_ptr->transformations)
1440 png_ptr->transformations |= PNG_USER_TRANSFORM;
1462 /* ------ these transformations don't touch the info structure ------- */
1517 /* ----------------------- end of transformations ------------------- */