Searched refs:png_pass_width (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpnggccrd.c254 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 Dpng.c68 const int FARDATA png_pass_width[] = {8, 4, 4, 2, 2, 1, 1}; variable
H A Dpng.h418 PNG_EXPORT_VAR (const int FARDATA) png_pass_width[7];

Completed in 41 milliseconds