Home
last modified time | relevance | path

Searched defs:tail (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_ll.h35 lv_ll_node_t * tail; member
/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dstb_rect_pack.h349 stbrp_node ** prev, * node, * tail, ** best = NULL; in stbrp__skyline_find_best_pos() local
/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c870 struct BPMNode* tail; /*the next nodes in this chain (null if last)*/ member
889 static BPMNode* bpmnode_create(BPMLists* lists, int weight, unsigned index, BPMNode* tail) { in bpmnode_create()