Home | History | Annotate | Download | only in goldfish

Lines Matching refs:ymax

257     int xmin, ymin, xmax, ymax;
286 rect->xmax = rect->ymax = INT_MIN;
434 if (yy > rect->ymax) rect->ymax = yy;
441 if (rect->ymin > rect->ymax) { /* nothing changed */
447 dirty_base + (rect->ymax+1)* fbs->src_pitch,
524 rect.ymax = height-1;
537 rect.ymax += 1;
540 rect.ymin, rect.ymax-rect.ymin, rect.xmin, rect.xmax-rect.xmin);
543 dpy_update(s->ds, rect.xmin, rect.ymin, rect.xmax-rect.xmin, rect.ymax-rect.ymin);