Lines Matching refs:static_txt
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()
924 if(ext->static_txt == 0) { in lv_label_signal()