Searched refs:lv_label_get_style (Results 1 – 4 of 4) sorted by relevance
285 static inline const lv_style_t * lv_label_get_style(const lv_obj_t * label, lv_label_style_t type) in lv_label_get_style() function
307 const lv_style_t * label_style = lv_label_get_style(ext->label, LV_LABEL_STYLE_MAIN); in lv_cb_signal()
942 const lv_style_t * style = lv_label_get_style(label, LV_LABEL_STYLE_MAIN); in lv_label_signal()
1031 if(ext->placeholder) style = lv_label_get_style(ext->placeholder, LV_LABEL_STYLE_MAIN); in lv_ta_get_style()
Completed in 8 milliseconds