Lines Matching full:transformations
554 /* Initialize palette, background, etc, after transformations
589 if (png_ptr->transformations & PNG_INVERT_MONO)
593 if (png_ptr->transformations & PNG_FILLER)
597 if (png_ptr->transformations & PNG_PACKSWAP)
601 if (png_ptr->transformations & PNG_PACK)
605 if (png_ptr->transformations & PNG_SHIFT)
609 if (png_ptr->transformations & PNG_BGR)
613 if (png_ptr->transformations & PNG_SWAP_BYTES)
620 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
768 if (png_ptr->transformations || (png_ptr->flags&PNG_FLAG_STRIP_ALPHA))
774 (png_ptr->transformations & PNG_INTERLACE))
779 png_ptr->row_buf + 1, png_ptr->pass, png_ptr->transformations);
1347 /* -------------- image transformations start here ------------------- */
1447 /* -------------- image transformations end here ------------------- */