Lines Matching defs:offs
258 unsigned int offs = 0, run = 0;
260 while (offs < width) {
272 run = run_off - offs;
273 offs = run_off;
276 if (offs > width) {
303 offs += run;
304 if (offs > width || run > width) {
317 int pix_left = width - offs;
324 offs = width - pix_left;
334 run = run_off - offs + (cmode - 5);
336 offs += run;
337 if (offs > width || run > width) {
350 while (offs < width && run_off <= offs) {