Lines Matching defs:ymax
255 int xmin, ymin, xmax, ymax;
284 rect->xmax = rect->ymax = INT_MIN;
423 if (yy > rect->ymax) rect->ymax = yy;
430 if (rect->ymin > rect->ymax) { /* nothing changed */
436 dirty_base + (rect->ymax+1)* fbs->src_pitch,
513 rect.ymax = height-1;
526 rect.ymax += 1;
529 rect.ymin, rect.ymax-rect.ymin, rect.xmin, rect.xmax-rect.xmin);
532 dpy_update(s->ds, rect.xmin, rect.ymin, rect.xmax-rect.xmin, rect.ymax-rect.ymin);