Searched refs:PNG_INVERT_MONO (Results 1 – 12 of 12) sorted by relevance
571 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0) in png_do_write_transformations()
256 png_ptr->transformations |= PNG_INVERT_MONO; in png_set_invert_mono()
583 #define PNG_INVERT_MONO 0x0020 macro
708 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0) in png_write_row()
407 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0) in png_read_row()
4915 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0) in png_do_read_transformations()
257 png_ptr->transformations |= PNG_INVERT_MONO; in png_set_invert_mono()
638 #define PNG_INVERT_MONO 0x0020U macro
719 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0) in png_write_row()
412 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0) in png_read_row()
4925 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0) in png_do_read_transformations()