Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c867 typedef struct BPMNode { struct
870 struct BPMNode* tail; /*the next nodes in this chain (null if last)*/ argument
872 } BPMNode; typedef
878 BPMNode* memory;
881 BPMNode** freelist;
884 BPMNode** chains0;
885 BPMNode** chains1;
889 static BPMNode* bpmnode_create(BPMLists* lists, int weight, unsigned index, BPMNode* tail) { in bpmnode_create()
891 BPMNode* result; in bpmnode_create()
898 BPMNode* node; in bpmnode_create()
[all …]