Searched refs:PNG_INTERLACE (Results 1 – 8 of 8) sorted by relevance
787 (png_ptr->transformations & PNG_INTERLACE) != 0) in png_push_process_row()1021 if ((png_ptr->transformations & PNG_INTERLACE) != 0) in png_read_push_finish_row()
105 png_ptr->transformations |= PNG_INTERLACE; in png_set_interlace_handling()
1979 if ((png_ptr->transformations & PNG_INTERLACE) == 0) in png_write_start_row()2037 if ((png_ptr->transformations & PNG_INTERLACE) != 0) in png_write_finish_row()2062 if ((png_ptr->transformations & PNG_INTERLACE) != 0) in png_write_finish_row()
457 (png_ptr->transformations & PNG_INTERLACE) != 0) in png_read_row()589 (png_ptr->transformations & PNG_INTERLACE) != 0) in png_read_row()721 (png_ptr->transformations & PNG_INTERLACE) == 0) in png_read_image()
760 (png_ptr->transformations & PNG_INTERLACE) != 0) in png_write_row()847 (png_ptr->transformations & PNG_INTERLACE) != 0) in png_write_row()
3259 (png_ptr->transformations & PNG_INTERLACE) != 0 && in png_combine_row()4368 if ((png_ptr->transformations & PNG_INTERLACE) == 0) in png_read_finish_row()4417 if ((png_ptr->transformations & PNG_INTERLACE) == 0) in png_read_start_row()
643 #define PNG_INTERLACE 0x0002U macro
2944 PNG_INTERLACE transform and to get the number of rows in the current
Completed in 34 milliseconds