Searched refs:png_pass_width (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/libpng-1.2.8/ |
H A D | pnggccrd.c | 254 static const int FARDATA png_pass_width[7] = {8, 4, 4, 2, 2, 1, 1}; variable 708 register int rep_bytes = png_pass_width[png_ptr->pass]; 709 /* png.c: png_pass_width[] = {8, 4, 4, 2, 2, 1, 1}; */ 862 register int rep_bytes = BPP2 * png_pass_width[png_ptr->pass]; 863 /* png.c: png_pass_width[] = {8, 4, 4, 2, 2, 1, 1}; */ 1030 register int rep_bytes = BPP3 * png_pass_width[png_ptr->pass]; 1031 /* png.c: png_pass_width[] = {8, 4, 4, 2, 2, 1, 1}; */ 1205 register int rep_bytes = BPP4 * png_pass_width[png_ptr->pass]; 1206 /* png.c: png_pass_width[] = {8, 4, 4, 2, 2, 1, 1}; */ 1397 register int rep_bytes = BPP6 * png_pass_width[png_pt [all...] |
H A D | png.c | 68 const int FARDATA png_pass_width[] = {8, 4, 4, 2, 2, 1, 1}; variable
|
H A D | png.h | 459 PNG_EXPORT_VAR (const int FARDATA) png_pass_width[7];
|
Completed in 49 milliseconds