Searched refs:title (Results 1 – 15 of 15) sorted by relevance
| /bsp/simulator/SDL2/include/ |
| A D | SDL_messagebox.h | 100 const char *title; /**< UTF-8 title */ member 185 extern DECLSPEC int SDLCALL SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *m…
|
| A D | SDL_shape.h | 69 extern DECLSPEC SDL_Window * SDLCALL SDL_CreateShapedWindow(const char *title,unsigned int x,unsign…
|
| A D | SDL_video.h | 813 extern DECLSPEC SDL_Window * SDLCALL SDL_CreateWindow(const char *title, 899 const char *title);
|
| /bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/ |
| A D | gfx_mono_spinctrl.h | 174 PROGMEM_STRING_T title; member 227 gfx_mono_spinctrl_type_t datatype, PROGMEM_STRING_T title,
|
| A D | gfx_mono_spinctrl.c | 198 gfx_mono_draw_progmem_string((char PROGMEM_PTR_T)spinner->title, in gfx_mono_spinctrl_draw() 269 gfx_mono_spinctrl_type_t datatype, PROGMEM_STRING_T title, in gfx_mono_spinctrl_init() argument 275 spinner->title = title; in gfx_mono_spinctrl_init()
|
| A D | gfx_mono_menu.h | 120 PROGMEM_STRING_T title; member
|
| A D | gfx_mono_menu.c | 133 gfx_mono_draw_progmem_string((char PROGMEM_PTR_T)menu->title, in gfx_mono_menu_init()
|
| /bsp/samd21/sam_d2x_asflib/common/services/adp/ |
| A D | adp.c | 343 bool adp_configure_info(const char* title, const char* description) in adp_configure_info() argument 354 title_len = strlen(title) + 1; in adp_configure_info() 364 index = adp_add_send_byte((uint8_t*)&msg_format.data, index, (uint8_t*)title, title_len); in adp_configure_info() 1095 …dd_graph_to_dashboard(struct adp_msg_conf_dashboard_element_graph *const config, const char* title) in adp_add_graph_to_dashboard() argument 1101 title_len = strlen(title) + 1; in adp_add_graph_to_dashboard() 1120 index = adp_add_send_byte((uint8_t*)&msg_format.data, index, (uint8_t*)title, title_len); in adp_add_graph_to_dashboard() 1228 …dp_add_pie_to_dashboard(struct adp_msg_conf_dashboard_element_pie *const config, const char* title) in adp_add_pie_to_dashboard() argument 1234 title_len = strlen(title) + 1; in adp_add_pie_to_dashboard() 1252 index = adp_add_send_byte((uint8_t*)&msg_format.data, index, (uint8_t*)title, title_len); in adp_add_pie_to_dashboard()
|
| A D | adp.h | 268 bool adp_configure_info(const char* title, const char* description); 868 …d_graph_to_dashboard(struct adp_msg_conf_dashboard_element_graph *const config, const char* title); 907 …p_add_pie_to_dashboard(struct adp_msg_conf_dashboard_element_pie *const config, const char* title);
|
| /bsp/hpmicro/libraries/hpm_sdk/ |
| A D | README_zh.md | 3 title HPM SDK Release Plan
|
| A D | README.md | 3 title HPM SDK Release Plan
|
| A D | CHANGELOG.md | 527 - docs: samples: ppor: change title from sysctl to ppor
|
| /bsp/loongson/ls2kdev/ |
| A D | README.md | 103 title TFTPBOOT
|
| /bsp/nuvoton/libraries/nu_packages/SPINAND/ |
| A D | drv_spinand.c | 143 static void spinand_dump_buffer(int page, rt_uint8_t *buf, int len, const char *title) in spinand_dump_buffer() argument 149 LOG_D("%s-->", title); in spinand_dump_buffer()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/ |
| A D | Doxyfile | 42 # title of most generated pages and in a few other places. 622 # append additional text to a page's title, such as Class Reference. If set to 1691 # project logo, title, and description. If either GENERATE_TREEVIEW or
|
Completed in 76 milliseconds