Lines Matching refs:PNG_CONST
28 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr, char **endptr) in png_strtod()
231 static PNG_CONST char msg[] = "Error decoding compressed text"; in png_decompress_chunk()
2249 PNG_CONST PNG_IDAT; in png_handle_unknown()
2579 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_read_interlace()
2923 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_read_finish_row()
2926 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_read_finish_row()
2929 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_read_finish_row()
2932 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2}; in png_read_finish_row()
2981 PNG_CONST PNG_IDAT; in png_read_finish_row()
3056 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_read_start_row()
3059 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_read_start_row()
3062 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_read_start_row()
3065 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2}; in png_read_start_row()