Lines Matching refs:PNG_CONST
26 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr, char **endptr) in png_strtod()
188 static PNG_CONST char msg[] = "Error decoding compressed text"; in png_decompress_chunk()
2175 PNG_CONST PNG_IDAT; in png_handle_unknown()
2323 static PNG_CONST int FARDATA png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_combine_row()
2324 static PNG_CONST int FARDATA png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_combine_row()
2325 static PNG_CONST int FARDATA png_pass_width[7] = {8, 4, 4, 2, 2, 1, 1}; in png_combine_row()
2793 static PNG_CONST int FARDATA png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_read_interlace()
3535 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_read_interlace()
3879 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_read_finish_row()
3882 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_read_finish_row()
3885 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_read_finish_row()
3888 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2}; in png_read_finish_row()
3934 PNG_CONST PNG_IDAT; in png_read_finish_row()
4007 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_read_start_row()
4010 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_read_start_row()
4013 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_read_start_row()
4016 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2}; in png_read_start_row()