Searched refs:template (Results 1 – 10 of 10) sorted by relevance
/GUIX-v6.4.1/samples/demo_guix_smart_watch/ |
D | page_1_weather_screen_template.c | 45 static VOID update_one_day_weather_info(WEATHER_INFO_TEMPLATE_CONTROL_BLOCK* template, WEATHER_INFO… in update_one_day_weather_info() argument 47 gx_prompt_text_id_set(&template->weather_info_template_day_of_week, info->day_of_week_text_id); in update_one_day_weather_info() 48 …gx_icon_pixelmap_set(&template->weather_info_template_weather_icon, info->weather_icon_id, info->w… in update_one_day_weather_info() 49 …gx_numeric_prompt_value_set(&template->weather_info_template_high_temperature, info->high_temperat… in update_one_day_weather_info() 50 …gx_numeric_prompt_value_set(&template->weather_info_template_low_temperature, info->low_temperatur… in update_one_day_weather_info() 56 static VOID update_screen_weather_info(WEATHER_SCREEN_TEMPLATE_CONTROL_BLOCK *template) in update_screen_weather_info() argument 60 switch (template->base.gx_widget_id) in update_screen_weather_info() 78 update_one_day_weather_info(&template->weather_screen_template_day_win_1, &info_list[0]); in update_screen_weather_info() 79 update_one_day_weather_info(&template->weather_screen_template_day_win_2, &info_list[1]); in update_screen_weather_info() 80 update_one_day_weather_info(&template->weather_screen_template_day_win_3, &info_list[2]); in update_screen_weather_info() [all …]
|
D | screen_template.c | 22 static VOID update_title_clock(SCREEN_TEMPLATE_CONTROL_BLOCK *template) in update_title_clock() argument 24 …screen_clock_update(&template->screen_template_hour, &template->screen_template_minute, &template-… in update_title_clock()
|
D | page_2_clock_screen_template.c | 13 static VOID clock_gauge_update(CLOCK_SCREEN_TEMPLATE_CONTROL_BLOCK* template) in clock_gauge_update() argument 35 gx_circular_gauge_angle_set(&template->clock_screen_template_gauge, system_time.second * 6); in clock_gauge_update() 39 gx_system_dirty_mark(&template->clock_screen_template_gauge); in clock_gauge_update()
|
/GUIX-v6.4.1/samples/demo_guix_medical/ |
D | demo_guix_medical.c | 90 TEMPLATE_CONTROL_BLOCK *template = (TEMPLATE_CONTROL_BLOCK *)window; in template_event_handler() local 98 gx_widget_style_remove(&template->template_vitals_button, GX_STYLE_BUTTON_PUSHED); in template_event_handler() 99 gx_widget_style_remove(&template->template_schedule_button, GX_STYLE_BUTTON_PUSHED); in template_event_handler() 100 gx_widget_style_remove(&template->template_patients_button, GX_STYLE_BUTTON_PUSHED); in template_event_handler() 106 gx_widget_style_add(&template->template_vitals_button, GX_STYLE_BUTTON_PUSHED); in template_event_handler() 110 gx_widget_style_add(&template->template_schedule_button, GX_STYLE_BUTTON_PUSHED); in template_event_handler() 114 gx_widget_style_add(&template->template_patients_button, GX_STYLE_BUTTON_PUSHED); in template_event_handler()
|
D | guix_medical_specifications.h | 483 extern TEMPLATE_CONTROL_BLOCK template;
|
/GUIX-v6.4.1/test/example_internal/template/internal_build/vs_2019/ |
D | template.sln | 8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "template", "template.vcxproj", "{5A433113-2C79…
|
/GUIX-v6.4.1/guix_studio/ |
D | project_view.h | 39 template <class T>
|
D | studiox_util.h | 132 template <class T>
|
/GUIX-v6.4.1/guix_studio/libs/freetype/include/freetype/internal/ |
D | ftmemory.h | 79 template <typename T> inline T*
|
/GUIX-v6.4.1/test/guix_test/cmake/regression/ |
D | CMakeLists.txt | 157 template
|