Home
last modified time | relevance | path

Searched refs:label_style (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_ta.c1160 const lv_style_t * label_style = lv_obj_get_style(ext->label); in lv_ta_cursor_down() local
1161 const lv_font_t * font_p = label_style->text.font; in lv_ta_cursor_down()
1163 pos.y += font_h + label_style->text.line_space + 1; in lv_ta_cursor_down()
1190 const lv_style_t * label_style = lv_obj_get_style(ext->label); in lv_ta_cursor_up() local
1191 const lv_font_t * font = label_style->text.font; in lv_ta_cursor_up()
1193 pos.y -= font_h + label_style->text.line_space - 1; in lv_ta_cursor_up()
1585 const lv_style_t * label_style = lv_obj_get_style(ext->label); in get_cursor_style() local
1591 lv_style_copy(style_res, label_style); in get_cursor_style()
1616 const lv_style_t * label_style = lv_obj_get_style(ext->label); in refr_cursor_area() local
1629 lv_coord_t letter_h = lv_font_get_line_height(label_style->text.font); in refr_cursor_area()
[all …]
A Dlv_cb.c307 const lv_style_t * label_style = lv_label_get_style(ext->label, LV_LABEL_STYLE_MAIN); in lv_cb_signal() local
308 lv_obj_set_size(ext->bullet, lv_font_get_line_height(label_style->text.font), in lv_cb_signal()
309 lv_font_get_line_height(label_style->text.font)); in lv_cb_signal()
A Dlv_ddlist.c832 const lv_style_t * label_style = lv_obj_get_style(ext->label); in lv_ddlist_refr_size() local
834 new_height = font_h + 2 * label_style->text.line_space; in lv_ddlist_refr_size()
921 const lv_style_t * label_style = lv_obj_get_style(ext->label); in lv_ddlist_pos_current_option() local
926 …ext->sel_opt_id * (font_h + label_style->text.line_space) + ext->label->coords.y1 - scrl->coords.y… in lv_ddlist_pos_current_option()

Completed in 8 milliseconds