Lines Matching full:bg_rowbytes
193 static ulg bg_rowbytes;
856 bg_rowbytes = 3 * rpng2_info.width;
857 bg_data = (uch *)malloc(bg_rowbytes * rpng2_info.height);
902 dest = bg_data + row*bg_rowbytes;
955 dest = bg_data + row*bg_rowbytes;
1005 dest = bg_data + row*bg_rowbytes;
1056 src = bg_data + row*bg_rowbytes;
1108 src2 = bg_data + row*bg_rowbytes;