Go to the source code of this file.
| static void print_time | ( | dvd_time_t * | dtime | ) | [static] |
Definition at line 38 of file highlight.c.
Referenced by nav_print_PCI_GI(), navPrint_DSI_GI(), and navPrint_PCI_GI().
| static void nav_print_PCI_GI | ( | pci_gi_t * | pci_gi | ) | [static] |
| static void nav_print_NSML_AGLI | ( | nsml_agli_t * | nsml_agli | ) | [static] |
| static void nav_print_BTN_COLIT | ( | btn_colit_t * | btn_colit | ) | [static] |
| static void nav_print_HLI | ( | hli_t * | hli | ) | [static] |
| void nav_print_PCI | ( | pci_t * | pci | ) |
| dvdnav_status_t dvdnav_get_current_highlight | ( | dvdnav_t * | this, | |
| int32_t * | button | |||
| ) |
Definition at line 206 of file highlight.c.
Referenced by DVDRingBufferPriv::DVDButtonUpdate(), and DVDRingBufferPriv::SelectDefaultButton().
| static btni_t* get_current_button | ( | dvdnav_t * | this, | |
| pci_t * | pci | |||
| ) | [static] |
Definition at line 220 of file highlight.c.
Referenced by button_auto_action(), dvdnav_button_activate(), dvdnav_left_button_select(), dvdnav_lower_button_select(), dvdnav_right_button_select(), and dvdnav_upper_button_select().
| static dvdnav_status_t button_auto_action | ( | dvdnav_t * | this, | |
| pci_t * | pci | |||
| ) | [static] |
Definition at line 244 of file highlight.c.
Referenced by dvdnav_left_button_select(), dvdnav_lower_button_select(), dvdnav_right_button_select(), and dvdnav_upper_button_select().
| dvdnav_status_t dvdnav_upper_button_select | ( | dvdnav_t * | this, | |
| pci_t * | pci | |||
| ) |
| dvdnav_status_t dvdnav_lower_button_select | ( | dvdnav_t * | this, | |
| pci_t * | pci | |||
| ) |
| dvdnav_status_t dvdnav_right_button_select | ( | dvdnav_t * | this, | |
| pci_t * | pci | |||
| ) |
| dvdnav_status_t dvdnav_left_button_select | ( | dvdnav_t * | this, | |
| pci_t * | pci | |||
| ) |
| dvdnav_status_t dvdnav_get_highlight_area | ( | pci_t * | nav_pci, | |
| int32_t | button, | |||
| int32_t | mode, | |||
| dvdnav_highlight_area_t * | highlight | |||
| ) |
| dvdnav_status_t dvdnav_button_activate | ( | dvdnav_t * | this, | |
| pci_t * | pci | |||
| ) |
Definition at line 355 of file highlight.c.
Referenced by DVDRingBufferPriv::ActivateButton(), button_auto_action(), dvdnav_button_select_and_activate(), and dvdnav_mouse_activate().
| dvdnav_status_t dvdnav_button_activate_cmd | ( | dvdnav_t * | this, | |
| int32_t | button, | |||
| vm_cmd_t * | cmd | |||
| ) |
Definition at line 417 of file highlight.c.
| dvdnav_status_t dvdnav_button_select | ( | dvdnav_t * | this, | |
| pci_t * | pci, | |||
| int32_t | button | |||
| ) |
Definition at line 444 of file highlight.c.
Referenced by dvdnav_button_select_and_activate(), dvdnav_left_button_select(), dvdnav_lower_button_select(), dvdnav_mouse_select(), dvdnav_right_button_select(), dvdnav_upper_button_select(), and DVDRingBufferPriv::SelectDefaultButton().
| dvdnav_status_t dvdnav_button_select_and_activate | ( | dvdnav_t * | this, | |
| pci_t * | pci, | |||
| int32_t | button | |||
| ) |
Definition at line 474 of file highlight.c.
| dvdnav_status_t dvdnav_mouse_select | ( | dvdnav_t * | this, | |
| pci_t * | pci, | |||
| int32_t | x, | |||
| int32_t | y | |||
| ) |
| dvdnav_status_t dvdnav_mouse_activate | ( | dvdnav_t * | this, | |
| pci_t * | pci, | |||
| int32_t | x, | |||
| int32_t | y | |||
| ) |
Definition at line 533 of file highlight.c.
1.5.5