Home | History | Annotate | Download | only in hw

Lines Matching refs:ymax

255     int xmin, ymin, xmax, ymax;
284 rect->xmax = rect->ymax = INT_MIN;
432 if (yy > rect->ymax) rect->ymax = yy;
439 if (rect->ymin > rect->ymax) { /* nothing changed */
445 dirty_base + (rect->ymax+1)* fbs->src_pitch,
522 rect.ymax = height-1;
535 rect.ymax += 1;
538 rect.ymin, rect.ymax-rect.ymin, rect.xmin, rect.xmax-rect.xmin);
541 dpy_update(s->ds, rect.xmin, rect.ymin, rect.xmax-rect.xmin, rect.ymax-rect.ymin);