Home
last modified time | relevance | path

Searched refs:total_height (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/ui/
H A Dconsole-vc.c52 int total_height; member
201 y1 = (s->y_base + s->y) % s->total_height; in console_show_cursor()
204 y += s->total_height; in console_show_cursor()
242 if (++y1 == s->total_height) { in console_refresh()
259 if (++s->y_displayed == s->total_height) in console_scroll()
265 if (i > s->total_height - s->height) in console_scroll()
266 i = s->total_height - s->height; in console_scroll()
269 y1 += s->total_height; in console_scroll()
274 s->y_displayed = s->total_height - 1; in console_scroll()
397 cells = g_new(TextCell, t->width * t->total_height + 1); in text_console_resize()
[all …]
/openbmc/linux/tools/perf/util/
H A Dsvghelper.c40 static u64 total_height; variable
107 total_height = (1 + rows + cpu2slot(cpus)) * SLOT_MULT; in open_svg()
110 …PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height); in open_svg()
674 total_height, color, color, color, thickness); in svg_time_grid()
/openbmc/linux/drivers/gpu/drm/stm/
H A Dltdc.c901 u32 total_width, total_height; in ltdc_crtc_mode_set_nofb() local
964 total_height = mode->vtotal - 1; in ltdc_crtc_mode_set_nofb()
997 val = (total_width << 16) | total_height; in ltdc_crtc_mode_set_nofb()