Home | History | Annotate | Download | only in libpng

Lines Matching full:transformations

159       if ((png_ptr->transformations & PNG_INVERT_ALPHA) &&
799 /* Initialize transformations and other stuff if first time */
809 if (png_ptr->transformations & PNG_INVERT_MONO)
814 if (png_ptr->transformations & PNG_FILLER)
820 if (png_ptr->transformations & PNG_PACKSWAP)
825 if (png_ptr->transformations & PNG_PACK)
829 if (png_ptr->transformations & PNG_SHIFT)
833 if (png_ptr->transformations & PNG_BGR)
837 if (png_ptr->transformations & PNG_SWAP_BYTES)
846 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
903 /* Set up row info for transformations */
928 (png_ptr->transformations & PNG_INTERLACE))
941 /* Handle other transformations */
942 if (png_ptr->transformations)
1502 png_ptr->transformations |= PNG_USER_TRANSFORM;
1519 /* ------ these transformations don't touch the info structure ------- */
1580 /* ----------------------- end of transformations ------------------- */