Lines Matching refs:PNG_CONST
3190 static PNG_CONST png_uint_32 row_mask[2/*PACKSWAP*/][3/*depth*/][6] = in png_combine_row()
3201 static PNG_CONST png_uint_32 display_mask[2][3][3] = in png_combine_row()
3514 static PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_read_interlace()
4156 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_set_interlaced_pass()
4158 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_set_interlaced_pass()
4160 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_set_interlaced_pass()
4162 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2}; in png_set_interlaced_pass()
4178 static PNG_CONST png_byte png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_read_finish_row()
4181 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_read_finish_row()
4184 static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_read_finish_row()
4187 static PNG_CONST png_byte png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2}; in png_read_finish_row()
4247 static PNG_CONST png_byte png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_read_start_row()
4250 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_read_start_row()
4253 static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_read_start_row()
4256 static PNG_CONST png_byte png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2}; in png_read_start_row()