Searched refs:starty (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | artist.c | 222 int starty, int height) in artist_invalidate_lines() argument 224 int start = starty * buf->width; in artist_invalidate_lines() 227 if (starty + height > buf->height) { in artist_invalidate_lines() 228 height = buf->height - starty; in artist_invalidate_lines() 449 unsigned int startx, unsigned int starty, in fill_window() argument 457 trace_artist_fill_window(startx, starty, width, height, in fill_window() 479 for (y = starty; y < starty + height; y++) { in fill_window() 486 artist_invalidate_lines(buf, starty, height); in fill_window() 595 int starty = artist_get_y(s->vram_start); in draw_line_pattern_start() local 600 draw_line(s, startx, starty, endx, endy, false, -1, pstart); in draw_line_pattern_start() [all …]
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | nconf.h | 78 int starty,
|
H A D | nconf.gui.c | 149 int starty, in print_in_middle() argument 163 if (starty != 0) in print_in_middle() 164 y = starty; in print_in_middle()
|