Home
last modified time | relevance | path

Searched refs:menu_draw_selection (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-picodrive/picodrive-600894e/platform/psp/
H A Dmenu.c539 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 108); in draw_savestate_menu()
648 menu_draw_selection(x - 16, tl_y + sel*10, (player_idx >= 0) ? 66 : 130); in draw_key_config()
725 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 138); in draw_kc_sel()
837 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 246); in draw_cd_menu_options()
1026 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 316); in draw_dispmenu_options()
1140 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 252); in draw_amenu_options()
1268 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 284); in draw_menu_options()
1503 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 146); in draw_menu_root()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/psp/
H A Dmenu.c539 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 108); in draw_savestate_menu()
648 menu_draw_selection(x - 16, tl_y + sel*10, (player_idx >= 0) ? 66 : 130); in draw_key_config()
725 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 138); in draw_kc_sel()
837 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 246); in draw_cd_menu_options()
1026 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 316); in draw_dispmenu_options()
1141 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 252); in draw_amenu_options()
1269 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 284); in draw_menu_options()
1504 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 146); in draw_menu_root()
/dports/games/libretro-picodrive/picodrive-600894e/platform/gizmondo/
H A Dmenu.c538 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 108); in draw_savestate_menu()
643 menu_draw_selection(x - 16, tl_y + sel*10, (player_idx >= 0) ? 66 : 130); in draw_key_config()
720 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 138); in draw_kc_sel()
830 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 246); in draw_cd_menu_options()
953 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 252); in draw_amenu_options()
1085 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 284); in draw_menu_options()
1321 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 146); in draw_menu_root()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/gizmondo/
H A Dmenu.c538 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 108); in draw_savestate_menu()
643 menu_draw_selection(x - 16, tl_y + sel*10, (player_idx >= 0) ? 66 : 130); in draw_key_config()
720 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 138); in draw_kc_sel()
830 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 246); in draw_cd_menu_options()
954 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 252); in draw_amenu_options()
1086 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 284); in draw_menu_options()
1322 menu_draw_selection(tl_x - 16, tl_y + menu_sel*10, 146); in draw_menu_root()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libpicofe/
H A Dmenu.c219 static void menu_draw_selection(int x, int y, int w) in menu_draw_selection() function
599 menu_draw_selection(x, y + vi_sel_ln * me_mfont_h, w); in me_draw()
1250 menu_draw_selection(x - me_mfont_w * 2, y + menu_sel * me_mfont_h, (23 + 2) * me_mfont_w + 4); in draw_savestate_menu()
1416 menu_draw_selection(x - me_mfont_w * 2, y + sel * me_mfont_h, w + 2 * me_mfont_w); in draw_key_config()