Home
last modified time | relevance | path

Searched refs:dot_tmp_alloc (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_label.c111 ext->dot_tmp_alloc = 0; in lv_label_create()
143 if(copy_ext->dot_tmp_alloc && copy_ext->dot.tmp_ptr) { in lv_label_create()
149 ext->dot_tmp_alloc = copy_ext->dot_tmp_alloc; in lv_label_create()
1182 ext->dot_tmp_alloc = true; in lv_label_set_dot_tmp()
1185 ext->dot_tmp_alloc = false; in lv_label_set_dot_tmp()
1199 if(ext->dot_tmp_alloc) { in lv_label_get_dot_tmp()
1214 if(ext->dot_tmp_alloc && ext->dot.tmp_ptr) { in lv_label_dot_tmp_free()
1217 ext->dot_tmp_alloc = false; in lv_label_dot_tmp_free()
A Dlv_label.h94 …uint8_t dot_tmp_alloc : 1; /*True if dot_tmp has been allocated. False if dot_tmp directly holds u… member

Completed in 5 milliseconds