Searched refs:static_txt (Results 1 – 2 of 2) sorted by relevance
88 ext->static_txt = 0; in lv_label_create()130 if(copy_ext->static_txt == 0) in lv_label_create()190 if(ext->text != NULL && ext->static_txt == 0) { in lv_label_set_text()200 ext->static_txt = 0; /*Now the text is dynamically allocated*/ in lv_label_set_text()226 if(ext->text != NULL && ext->static_txt == 0) { in lv_label_set_array_text()236 ext->static_txt = 0; /*Now the text is dynamically allocated*/ in lv_label_set_array_text()250 if(ext->static_txt == 0 && ext->text != NULL) { in lv_label_set_static_text()256 ext->static_txt = 1; in lv_label_set_static_text()754 if(ext->static_txt != 0) return; in lv_label_ins_text()787 if(ext->static_txt != 0) return; in lv_label_cut_text()[all …]
89 uint8_t static_txt : 1; /*Flag to indicate the text is static*/ member
Completed in 7 milliseconds