Lines Matching refs:transformations
144 if ((png_ptr->transformations & PNG_INVERT_ALPHA) &&
736 /* initialize transformations and other stuff if first time */
746 if (png_ptr->transformations & PNG_INVERT_MONO)
750 if (png_ptr->transformations & PNG_FILLER)
754 if (png_ptr->transformations & PNG_PACKSWAP)
758 if (png_ptr->transformations & PNG_PACK)
762 if (png_ptr->transformations & PNG_SHIFT)
766 if (png_ptr->transformations & PNG_BGR)
770 if (png_ptr->transformations & PNG_SWAP_BYTES)
779 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
836 /* set up row info for transformations */
861 (png_ptr->transformations & PNG_INTERLACE))
874 /* handle other transformations */
875 if (png_ptr->transformations)
1376 png_ptr->transformations |= PNG_USER_TRANSFORM;
1396 /* ------ these transformations don't touch the info structure ------- */
1451 /* ----------------------- end of transformations ------------------- */