Lines Matching refs:static_txt
95 if(label->text == text && label->static_txt == 0) { in lv_label_set_text()
115 if(label->text != NULL && label->static_txt == 0) { in lv_label_set_text()
141 label->static_txt = 0; in lv_label_set_text()
161 if(label->text != NULL && label->static_txt == 0) { in lv_label_set_text_fmt()
170 label->static_txt = 0; /*Now the text is dynamically allocated*/ in lv_label_set_text_fmt()
180 if(label->static_txt == 0 && label->text != NULL) { in lv_label_set_text_static()
186 label->static_txt = 1; in lv_label_set_text_static()
646 if(label->static_txt != 0) return; in lv_label_ins_text()
672 if(label->static_txt != 0) return; in lv_label_cut_text()
696 label->static_txt = 0; in lv_label_constructor()
729 if(!label->static_txt) lv_mem_free(label->text); in lv_label_destructor()