Home | History | Annotate | Download | only in libpng

Lines Matching refs:transformations

499  * transformations is significant.
510 if ((png_ptr->transformations & PNG_USER_TRANSFORM) != 0)
526 if ((png_ptr->transformations & PNG_FILLER) != 0)
532 if ((png_ptr->transformations & PNG_PACKSWAP) != 0)
537 if ((png_ptr->transformations & PNG_PACK) != 0)
544 if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0)
550 if ((png_ptr->transformations & PNG_SHIFT) != 0)
556 if ((png_ptr->transformations & PNG_SWAP_ALPHA) != 0)
561 if ((png_ptr->transformations & PNG_INVERT_ALPHA) != 0)
566 if ((png_ptr->transformations & PNG_BGR) != 0)
571 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0)