Lines Matching refs:png_byte
146 png_ptr->sig_bytes = (png_byte)(png_ptr->sig_bytes + num_to_check);
182 png_byte chunk_length[4];
183 png_byte chunk_tag[4];
538 png_byte chunk_length[4];
539 png_byte chunk_tag[4];
975 static PNG_CONST png_byte png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
978 static PNG_CONST png_byte png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
981 static PNG_CONST png_byte png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
984 static PNG_CONST png_byte png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
988 static PNG_CONST png_byte png_pass_height[] = {8, 8, 4, 4, 2, 2, 1};