Home | History | Annotate | Download | only in qemu

Lines Matching defs:w1

551     int w1, x, y, last_width;
557 w1 = last_width;
558 if (s->width < w1)
559 w1 = s->width;
564 if (w1 > 0) {
566 for(x = 0; x < w1; x++) {
570 for(x = w1; x < s->width; x++) {