Home
last modified time | relevance | path

Searched refs:start_y (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dnconf.gui.c515 int start_x = 0, start_y = 0; in show_scroll_win_ext() local
529 start_y = *vscroll; in show_scroll_win_ext()
566 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win_ext()
580 start_y += text_lines-2; in show_scroll_win_ext()
584 start_y -= text_lines+2; in show_scroll_win_ext()
587 start_y = 0; in show_scroll_win_ext()
590 start_y = total_lines-text_lines; in show_scroll_win_ext()
594 start_y++; in show_scroll_win_ext()
598 start_y--; in show_scroll_win_ext()
610 size_t start = (get_line(text, start_y) - text); in show_scroll_win_ext()
[all …]
/openbmc/u-boot/scripts/kconfig/
H A Dnconf.gui.c557 int start_x = 0, start_y = 0; in show_scroll_win() local
603 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win()
618 start_y += text_lines-2; in show_scroll_win()
622 start_y -= text_lines+2; in show_scroll_win()
625 start_y = 0; in show_scroll_win()
628 start_y = total_lines-text_lines; in show_scroll_win()
632 start_y++; in show_scroll_win()
636 start_y--; in show_scroll_win()
651 if (start_y < 0) in show_scroll_win()
652 start_y = 0; in show_scroll_win()
[all …]
/openbmc/qemu/hw/display/
H A Dtrace-events153 artist_fill_window(unsigned int start_x, unsigned int start_y, unsigned int width, unsigned int hei…
154 artist_block_move(unsigned int start_x, unsigned int start_y, unsigned int dest_x, unsigned int des…
155 artist_draw_line(unsigned int start_x, unsigned int start_y, unsigned int end_x, unsigned int end_y…
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c1420 start_y[IA_CSS_MORPH_TABLE_NUM_PLANES] = { 0, 0, -8, -8, -8, 0 }; in sh_css_params_default_morph_table() local
1437 short val_y = start_y[i]; in sh_css_params_default_morph_table()