/AliOS-Things-master/components/littlevgl/src/lv_themes/ |
A D | lv_theme.h | 43 lv_style_t * scr; 44 lv_style_t * bg; 45 lv_style_t * panel; 48 lv_style_t * cont; 54 lv_style_t * rel; 55 lv_style_t * pr; 58 lv_style_t * ina; 66 lv_style_t * pr; 98 lv_style_t * led; 123 lv_style_t * gauge; [all …]
|
A D | lv_theme.c | 38 static lv_style_t th_styles[LV_THEME_STYLE_COUNT]; 70 uint32_t style_num = sizeof(th->style) / sizeof(lv_style_t *); /*Number of styles in a theme*/ in lv_theme_set_current() 75 lv_style_t ** cur_th_style_p = (lv_style_t **)¤t_theme.style; in lv_theme_set_current() 78 memcpy(&cur_th_style_p[i], &adr, sizeof(lv_style_t *)); in lv_theme_set_current() 85 lv_style_t ** th_style = (lv_style_t **)&th->style; in lv_theme_set_current() 88 if(s) memcpy(&th_styles[i], (void *)s, sizeof(lv_style_t)); in lv_theme_set_current()
|
A D | lv_theme_mono.c | 29 static lv_style_t def; 30 static lv_style_t scr; 33 static lv_style_t light_plain; 34 static lv_style_t dark_plain; 35 static lv_style_t light_frame; 36 static lv_style_t dark_frame; 155 static lv_style_t led; in led_init() 258 static lv_style_t box; in calendar_init() 357 static lv_style_t bg; in ddlist_init() 370 static lv_style_t bg; in roller_init() [all …]
|
A D | lv_theme_default.c | 29 static lv_style_t def; 30 static lv_style_t scr; 33 static lv_style_t sb; 34 static lv_style_t plain_bordered; 35 static lv_style_t label_prim; 36 static lv_style_t label_sec; 37 static lv_style_t label_hint; 124 static lv_style_t led; in led_init() 165 static lv_style_t sw_bg; in sw_init() 182 static lv_style_t lmeter; in lmeter_init() [all …]
|
A D | lv_theme_nemo.c | 35 static lv_style_t def; 36 static lv_style_t bg; 37 static lv_style_t scr; 39 static lv_style_t sb; 43 static lv_style_t bar_bg, bar_indic; 47 static lv_style_t slider_knob; 51 static lv_style_t lmeter_bg; 295 static lv_style_t led; in led_init() 401 static lv_style_t arc; in arc_init() 774 static lv_style_t cell; in table_init() [all …]
|
A D | lv_theme_zen.c | 30 static lv_style_t def; 31 static lv_style_t sb; 47 static lv_style_t bg; in basic_init() 48 static lv_style_t scr; in basic_init() 49 static lv_style_t panel; in basic_init() 193 static lv_style_t led; in led_init() 238 static lv_style_t knob; in slider_init() 255 static lv_style_t indic; in sw_init() 296 static lv_style_t gauge; in gauge_init() 315 static lv_style_t arc; in arc_init() [all …]
|
A D | lv_theme_night.c | 29 static lv_style_t def; 32 static lv_style_t scr, bg, sb, panel; 33 static lv_style_t prim, sec, hint; 187 static lv_style_t led; in led_init() 242 static lv_style_t slider_knob; in slider_init() 266 static lv_style_t lmeter_bg; in lmeter_init() 300 static lv_style_t arc; in arc_init() 336 static lv_style_t cal_bg; in calendar_init() 684 static lv_style_t cell; in table_init() 701 static lv_style_t win_bg; in win_init() [all …]
|
A D | lv_theme_alien.c | 33 static lv_style_t def; 34 static lv_style_t bg; 35 static lv_style_t scr; 37 static lv_style_t sb; 45 static lv_style_t slider_knob; 49 static lv_style_t lmeter_bg; 305 static lv_style_t led; in led_init() 412 static lv_style_t arc; in arc_init() 448 static lv_style_t header; in calendar_init() 797 static lv_style_t cell; in table_init() [all …]
|
A D | lv_theme_material.c | 31 static lv_style_t def; 34 static lv_style_t sb; 204 static lv_style_t led; in led_init() 250 static lv_style_t knob; in slider_init() 296 static lv_style_t lmeter; in lmeter_init() 312 static lv_style_t gauge; in gauge_init() 331 static lv_style_t arc; in arc_init() 493 static lv_style_t rel; in kb_init() 509 static lv_style_t pr, rel; in mbox_init() 751 static lv_style_t cell; in table_init() [all …]
|
/AliOS-Things-master/components/littlevgl/src/lv_core/ |
A D | lv_style.h | 122 } lv_style_t; typedef 130 lv_style_t style_end; 131 lv_style_t * style_anim; 150 void lv_style_copy(lv_style_t * dest, const lv_style_t * src); 159 void lv_style_mix(const lv_style_t * start, const lv_style_t * end, lv_style_t * res, uint16_t rati… 181 …oid lv_style_anim_set_styles(lv_anim_t * a, lv_style_t * to_anim, const lv_style_t * start, const … 257 extern lv_style_t lv_style_scr; 258 extern lv_style_t lv_style_transp; 261 extern lv_style_t lv_style_plain; 263 extern lv_style_t lv_style_pretty; [all …]
|
A D | lv_style.c | 42 lv_style_t lv_style_scr; 43 lv_style_t lv_style_transp; 44 lv_style_t lv_style_transp_fit; 46 lv_style_t lv_style_plain; 48 lv_style_t lv_style_pretty; 50 lv_style_t lv_style_btn_rel; 51 lv_style_t lv_style_btn_pr; 54 lv_style_t lv_style_btn_ina; 220 void lv_style_copy(lv_style_t * dest, const lv_style_t * src) in lv_style_copy() 232 void lv_style_mix(const lv_style_t * start, const lv_style_t * end, lv_style_t * res, uint16_t rati… in lv_style_mix() [all …]
|
A D | lv_group.h | 52 typedef void (*lv_group_style_mod_cb_t)(struct _lv_group_t *, lv_style_t *); 67 … lv_style_t style_tmp; /**< Stores the modified style of the focused object */ 215 lv_style_t * lv_group_mod_style(lv_group_t * group, const lv_style_t * style);
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_calendar.h | 60 const lv_style_t * style_header; 61 const lv_style_t * style_header_pr; 62 const lv_style_t * style_day_names; 63 const lv_style_t * style_highlighted_days; 64 const lv_style_t * style_inactive_days; 65 const lv_style_t * style_week_box; 66 const lv_style_t * style_today_box; 151 void lv_calendar_set_style(lv_obj_t * calendar, lv_calendar_style_t type, const lv_style_t * style); 213 const lv_style_t * lv_calendar_get_style(const lv_obj_t * calendar, lv_calendar_style_t type);
|
A D | lv_canvas.h | 105 void lv_canvas_set_style(lv_obj_t * canvas, lv_canvas_style_t type, const lv_style_t * style); 133 const lv_style_t * lv_canvas_get_style(const lv_obj_t * canvas, lv_canvas_style_t type); 185 const lv_style_t * style); 197 …raw_text(lv_obj_t * canvas, lv_coord_t x, lv_coord_t y, lv_coord_t max_w, const lv_style_t * style, 206 …raw_img(lv_obj_t * canvas, lv_coord_t x, lv_coord_t y, const void * src, const lv_style_t * style); 215 …w_line(lv_obj_t * canvas, const lv_point_t * points, uint32_t point_cnt, const lv_style_t * style); 224 …olygon(lv_obj_t * canvas, const lv_point_t * points, uint32_t point_cnt, const lv_style_t * style); 237 int32_t end_angle, const lv_style_t * style);
|
A D | lv_sw.h | 45 const lv_style_t * style_knob_off; /**< Style of the knob when the switch is OFF*/ 46 …const lv_style_t * style_knob_on; /**< Style of the knob when the switch is ON (NULL to use the s… 110 void lv_sw_set_style(lv_obj_t * sw, lv_sw_style_t type, const lv_style_t * style); 140 const lv_style_t * lv_sw_get_style(const lv_obj_t * sw, lv_sw_style_t type);
|
A D | lv_win.h | 64 const lv_style_t * style_btn_rel; /*Control button releases style*/ 65 const lv_style_t * style_btn_pr; /*Control button pressed style*/ 162 void lv_win_set_style(lv_obj_t * win, lv_win_style_t type, const lv_style_t * style); 238 const lv_style_t * lv_win_get_style(const lv_obj_t * win, lv_win_style_t type);
|
A D | lv_bar.h | 66 const lv_style_t * style_indic; /*Style of the indicator*/ 129 void lv_bar_set_style(lv_obj_t * bar, lv_bar_style_t type, const lv_style_t * style); 176 const lv_style_t * lv_bar_get_style(const lv_obj_t * bar, lv_bar_style_t type);
|
A D | lv_list.h | 55 const lv_style_t * styles_btn[_LV_BTN_STATE_NUM]; /*Styles of the list element buttons*/ 56 … const lv_style_t * style_img; /*Style of the list element images on buttons*/ 190 void lv_list_set_style(lv_obj_t * list, lv_list_style_t type, const lv_style_t * style); 308 const lv_style_t * lv_list_get_style(const lv_obj_t * list, lv_list_style_t type);
|
A D | lv_slider.h | 44 const lv_style_t * style_knob; /*Style of the knob*/ 119 void lv_slider_set_style(lv_obj_t * slider, lv_slider_style_t type, const lv_style_t * style); 173 const lv_style_t * lv_slider_get_style(const lv_obj_t * slider, lv_slider_style_t type);
|
A D | lv_objx_templ.h | 80 void lv_templ_set_style(lv_obj_t * templ, lv_templ_style_t type, const lv_style_t * style); 92 lv_style_t * lv_templ_get_style(const lv_obj_t * templ, lv_templ_style_t type);
|
A D | lv_cb.c | 151 void lv_cb_set_style(lv_obj_t * cb, lv_cb_style_t type, const lv_style_t * style) in lv_cb_set_style() 192 const lv_style_t * lv_cb_get_style(const lv_obj_t * cb, lv_cb_style_t type) in lv_cb_get_style() 194 const lv_style_t * style = NULL; in lv_cb_get_style() 265 const lv_style_t * style_ori = lv_obj_get_style(bullet); in lv_bullet_design() 267 const lv_style_t * style_page = lv_obj_get_style(bg); in lv_bullet_design() 271 lv_style_t * style_mod; in lv_bullet_design() 307 const lv_style_t * label_style = lv_label_get_style(ext->label, LV_LABEL_STYLE_MAIN); in lv_cb_signal()
|
A D | lv_btnm.h | 57 const lv_style_t * styles_btn[_LV_BTN_STATE_NUM]; /*Styles of buttons in each state*/ 129 void lv_btnm_set_style(lv_obj_t * btnm, lv_btnm_style_t type, const lv_style_t * style); 256 const lv_style_t * lv_btnm_get_style(const lv_obj_t * btnm, lv_btnm_style_t type);
|
A D | lv_bar.c | 238 void lv_bar_set_style(lv_obj_t * bar, lv_bar_style_t type, const lv_style_t * style) in lv_bar_set_style() 326 const lv_style_t * lv_bar_get_style(const lv_obj_t * bar, lv_bar_style_t type) in lv_bar_get_style() 328 const lv_style_t * style = NULL; in lv_bar_get_style() 369 const lv_style_t * style_bg = lv_bar_get_style(bar, LV_BAR_STYLE_BG); in lv_bar_design() 370 lv_style_t style_tmp; in lv_bar_design() 385 const lv_style_t * style_indic = lv_bar_get_style(bar, LV_BAR_STYLE_INDIC); in lv_bar_design() 472 const lv_style_t * style_bg = lv_bar_get_style(bar, LV_BAR_STYLE_BG); in lv_bar_design() 473 lv_style_t style_tmp; in lv_bar_design() 500 const lv_style_t * style_indic = lv_bar_get_style(bar, LV_BAR_STYLE_INDIC); in lv_bar_signal()
|
A D | lv_objx_templ.c | 119 void lv_templ_set_style(lv_obj_t * templ, lv_templ_style_t type, const lv_style_t * style) in lv_templ_set_style() 143 lv_style_t * lv_templ_get_style(const lv_obj_t * templ, lv_templ_style_t type) in lv_templ_get_style() 146 lv_style_t * style = NULL; in lv_templ_get_style()
|
/AliOS-Things-master/components/littlevgl/src/lv_draw/ |
A D | lv_draw_triangle.h | 37 void lv_draw_triangle(const lv_point_t * points, const lv_area_t * mask, const lv_style_t * style, … 47 …on(const lv_point_t * points, uint32_t point_cnt, const lv_area_t * mask, const lv_style_t * style,
|