Lines Matching refs:static_txt
145 if(label->text == text && label->static_txt == 0) { in lv_label_set_text()
157 if(label->text != NULL && label->static_txt == 0) { in lv_label_set_text()
169 label->static_txt = 0; in lv_label_set_text()
189 if(label->text != NULL && label->static_txt == 0) { in lv_label_set_text_fmt()
198 label->static_txt = 0; /*Now the text is dynamically allocated*/ in lv_label_set_text_fmt()
208 if(label->static_txt == 0 && label->text != NULL) { in lv_label_set_text_static()
214 label->static_txt = 1; in lv_label_set_text_static()
667 if(label->static_txt != 0) return; in lv_label_ins_text()
693 if(label->static_txt) return; in lv_label_cut_text()
718 label->static_txt = 0; in lv_label_constructor()
746 if(!label->static_txt) lv_free(label->text); in lv_label_destructor()
821 label_draw_dsc.text_static = label->static_txt; in draw_main()