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

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-win.c137 static ulg bg_rowbytes; variable
766 bg_rowbytes = 3 * rpng2_info.width;
767 bg_data = (uch *)malloc(bg_rowbytes * rpng2_info.height);
812 dest = bg_data + row*bg_rowbytes;
865 dest = bg_data + row*bg_rowbytes;
915 dest = bg_data + row*bg_rowbytes;
966 src = bg_data + row*bg_rowbytes;
1018 src2 = bg_data + row*bg_rowbytes;
H A Drpng2-x.c143 static ulg bg_rowbytes; variable
871 bg_rowbytes = 3 * rpng2_info.width;
872 bg_data = (uch *)malloc(bg_rowbytes * rpng2_info.height);
917 dest = (char *)bg_data + row*bg_rowbytes;
970 dest = (char *)bg_data + row*bg_rowbytes;
1020 dest = (char *)bg_data + row*bg_rowbytes;
1073 src = bg_data + row*bg_rowbytes;
1095 src = bg_data + row*bg_rowbytes;
1185 src2 = bg_data + row*bg_rowbytes;
1246 src2 = bg_data + row*bg_rowbytes;
[all...]

Completed in 50 milliseconds