Home | History | Annotate | Download | only in libpng

Lines Matching full:transformations

589 /* Initialize palette, background, etc, after transformations
628 if (png_ptr->transformations & PNG_INVERT_MONO)
632 if (png_ptr->transformations & PNG_FILLER)
637 if (png_ptr->transformations & PNG_PACKSWAP)
641 if (png_ptr->transformations & PNG_PACK)
645 if (png_ptr->transformations & PNG_SHIFT)
649 if (png_ptr->transformations & PNG_BGR)
653 if (png_ptr->transformations & PNG_SWAP_BYTES)
660 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
819 if (png_ptr->transformations || (png_ptr->flags&PNG_FLAG_STRIP_ALPHA))
825 (png_ptr->transformations & PNG_INTERLACE))
830 * png_ptr->row_buf + 1, png_ptr->pass, png_ptr->transformations);
1559 /* -------------- image transformations start here ------------------- */
1675 /* -------------- image transformations end here ------------------- */