Searched defs:offset_table (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpngvcrd.c389 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0}; local
392 srcptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
394 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes;
395 initial_val = offset_table[png_ptr->pass]*pixel_bytes;
505 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0}; local
508 srcptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
510 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes;
511 initial_val = offset_table[png_ptr->pass]*pixel_bytes;
640 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0}; local
643 srcptr = png_ptr->row_buf + 1 + offset_table[png_pt
784 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0}; local
946 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0}; local
971 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0}; local
[all...]
H A Dpng.h1238 png_bytep offset_table; member in struct:png_struct_def

Completed in 173 milliseconds