Home | History | Annotate | Download | only in ui

Lines Matching refs:xs

307 /* copy from (xs, ys) to (xd, yd) a rectangle of size (w, h) */
308 static void vga_bitblt(DisplayState *ds, int xs, int ys, int xd, int yd, int w, int h)
318 ds_get_linesize(ds) * ys + bpp * xs;
328 ds_get_linesize(ds) * (ys + h - 1) + bpp * xs;