Home | History | Annotate | Download | only in hw

Lines Matching refs:ymin

255     int xmin, ymin, xmax, ymax;
283 rect->xmin = rect->ymin = INT_MAX;
431 if (yy < rect->ymin) rect->ymin = yy;
439 if (rect->ymin > rect->ymax) { /* nothing changed */
444 cpu_physical_memory_reset_dirty(dirty_base + rect->ymin * fbs->src_pitch,
520 rect.ymin = 0;
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);