Home
last modified time | relevance | path

Searched refs:SIZE_SM (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_private.h131 SIZE_SM = 0, enumerator
Dlv_demo_high_res_util.c172 size = SIZE_SM; in lv_demo_high_res_base_obj_create()
257 const char * size_prefix = size == SIZE_SM ? "sm" : size == SIZE_MD ? "md" : "lg"; in lv_demo_high_res_base_obj_create()
Dlv_demo_high_res_app_ev_charging.c93 …int32_t app_padding = c->sz == &lv_demo_high_res_sizes_all[SIZE_SM] ? c->sz->gap[9] : c->sz->gap[1… in lv_demo_high_res_app_ev_charging()
146 …int32_t widget_gap_padding = c->sz == &lv_demo_high_res_sizes_all[SIZE_SM] ? c->sz->gap[4] : c->sz… in lv_demo_high_res_app_ev_charging()
Dlv_demo_high_res_app_smart_meter.c91 …int32_t app_padding = c->sz == &lv_demo_high_res_sizes_all[SIZE_SM] ? c->sz->gap[9] : c->sz->gap[1… in lv_demo_high_res_app_smart_meter()
125 …int32_t widget_gap_padding = c->sz == &lv_demo_high_res_sizes_all[SIZE_SM] ? c->sz->gap[4] : c->sz… in lv_demo_high_res_app_smart_meter()
Dlv_demo_high_res_app_thermostat.c78 …int32_t app_padding = c->sz == &lv_demo_high_res_sizes_all[SIZE_SM] ? c->sz->gap[9] : c->sz->gap[1… in lv_demo_high_res_app_thermostat()
112 …int32_t widget_gap_padding = c->sz == &lv_demo_high_res_sizes_all[SIZE_SM] ? c->sz->gap[4] : c->sz… in lv_demo_high_res_app_thermostat()
Dlv_demo_high_res_home.c75 … c->sz == &lv_demo_high_res_sizes_all[SIZE_SM] ? c->sz->gap[9] : c->sz->gap[10], false, c); in lv_demo_high_res_home()
Dlv_demo_high_res_app_smart_home.c78 … c->sz == &lv_demo_high_res_sizes_all[SIZE_SM] ? c->sz->gap[9] : c->sz->gap[10], true, c); in lv_demo_high_res_app_smart_home()