Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:offset_table

258                int offset_table[7] = {0, 4, 0, 2, 0, 1, 0};
261 srcptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
263 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes;
264 initial_val = offset_table[png_ptr->pass]*pixel_bytes;
402 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0};
405 srcptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
407 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes;
408 initial_val = offset_table[png_ptr->pass]*pixel_bytes;
508 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0};
511 srcptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
513 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes;
514 initial_val = offset_table[png_ptr->pass]*pixel_bytes;
790 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0};
793 srcptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
795 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes;
796 initial_val = offset_table[png_ptr->pass]*pixel_bytes;
954 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0};
957 srcptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
959 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes;
960 initial_val = offset_table[png_ptr->pass]*pixel_bytes;
979 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0};
985 sptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
987 dp = row + offset_table[png_ptr->pass]*pixel_bytes;
988 initial_val = offset_table[png_ptr->pass]*pixel_bytes;