Lines Matching refs:sz

70     lv_obj_set_style_pad_top(bg_cont, c->sz->gap[7], 0);  in lv_demo_high_res_home()
75 … 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()
82 lv_obj_set_style_pad_left(info_area, c->sz->gap[10], 0); in lv_demo_high_res_home()
83 lv_obj_set_style_pad_right(info_area, c->sz->gap[10], 0); in lv_demo_high_res_home()
88 …lv_obj_t * date_and_time = lv_demo_high_res_simple_container_create(info_area, true, c->sz->gap[4], in lv_demo_high_res_home()
108 …lv_obj_t * weather_left = lv_demo_high_res_simple_container_create(weather, true, c->sz->gap[2], L… in lv_demo_high_res_home()
114 …* weather_left_bottom = lv_demo_high_res_simple_container_create(weather_left, true, c->sz->gap[3], in lv_demo_high_res_home()
127 …lv_obj_t * weather_right = lv_demo_high_res_simple_container_create(weather, true, c->sz->gap[2], … in lv_demo_high_res_home()
144 lv_obj_set_style_pad_bottom(apps, c->sz->gap[10], 0); in lv_demo_high_res_home()
145 lv_obj_set_style_pad_left(apps, c->sz->gap[10], 0); in lv_demo_high_res_home()
146 lv_obj_set_style_pad_right(apps, c->sz->gap[10], 0); in lv_demo_high_res_home()
152 lv_obj_set_style_pad_column(apps, c->sz->gap[6], 0); in lv_demo_high_res_home()
163 lv_obj_set_size(bottom_margin, LV_PCT(100), c->sz->home_bottom_margin_height); in lv_demo_high_res_home()
166 lv_obj_set_style_pad_left(bottom_margin, c->sz->gap[10], 0); in lv_demo_high_res_home()
167 lv_obj_set_style_pad_right(bottom_margin, c->sz->gap[10], 0); in lv_demo_high_res_home()
170 lv_obj_set_height(logo, c->sz->icon[1]); in lv_demo_high_res_home()
177 …_t * theme_selector = lv_demo_high_res_simple_container_create(bottom_margin, false, c->sz->gap[4], in lv_demo_high_res_home()
179 lv_obj_set_style_pad_all(theme_selector, c->sz->gap[1], 0); /* for icon outline */ in lv_demo_high_res_home()
180 …lv_obj_set_style_pad_right(bottom_margin, lv_obj_get_style_pad_right(bottom_margin, 0) - c->sz->ga… in lv_demo_high_res_home()
242 lv_obj_set_size(app_card, c->sz->card_long_edge, c->sz->card_short_edge); in app_card_create()
243 lv_obj_set_style_radius(app_card, c->sz->gap[6], 0); in app_card_create()
245 lv_obj_set_style_pad_all(app_card, c->sz->gap[7], 0); in app_card_create()