Home | History | Annotate | Download | only in qemu

Lines Matching full:width

45 static int width, height, gwidth, gheight, invalidate;
52 line = ((chtype *) screen) + y * width;
53 for (h += y; y < h; y ++, line += width)
54 mvwaddchnstr(screenpad, y, 0, line, width);
63 width = gwidth;
66 width = COLS;
76 screenpad = newpad(height, width);
78 if (width > COLS) {
79 px = (width - COLS) / 2;
84 sminx = (COLS - width) / 2;
85 smaxx = sminx + width;
108 ds->surface->width = width * FONT_WIDTH;
172 ds->surface->width = FONT_WIDTH * width;
199 curses_update(ds, 0, 0, width, height);
200 ds->surface->width = FONT_WIDTH * width;