Home | History | Annotate | Download | only in goldfish

Lines Matching defs:ymin

257     int xmin, ymin, xmax, ymax;
285 rect->xmin = rect->ymin = INT_MAX;
433 if (yy < rect->ymin) rect->ymin = yy;
441 if (rect->ymin > rect->ymax) { /* nothing changed */
446 cpu_physical_memory_reset_dirty(dirty_base + rect->ymin * fbs->src_pitch,
522 rect.ymin = 0;
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);