Searched refs:bg_rowbytes (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng2-x.c196 static ulg bg_rowbytes; variable
1092 bg_rowbytes = 3 * rpng2_info.width;
1093 bg_data = (uch *)malloc(bg_rowbytes * rpng2_info.height);
1141 dest = (char *)bg_data + row*bg_rowbytes;
1194 dest = (char *)bg_data + row*bg_rowbytes;
1244 dest = (char *)bg_data + row*bg_rowbytes;
1298 src = bg_data + row*bg_rowbytes;
1336 src = bg_data + row*bg_rowbytes;
1424 src2 = bg_data + row*bg_rowbytes;
1499 src2 = bg_data + row*bg_rowbytes;
[all...]
H A Drpng2-win.c165 static ulg bg_rowbytes; variable
825 bg_rowbytes = 3 * rpng2_info.width;
826 bg_data = (uch *)malloc(bg_rowbytes * rpng2_info.height);
871 dest = bg_data + row*bg_rowbytes;
924 dest = bg_data + row*bg_rowbytes;
974 dest = bg_data + row*bg_rowbytes;
1025 src = bg_data + row*bg_rowbytes;
1077 src2 = bg_data + row*bg_rowbytes;

Completed in 36 milliseconds