Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_rect_pack.h86 typedef struct stbrp_node stbrp_node; typedef
138 STBRP_DEF void stbrp_init_target(stbrp_context * context, int width, int height, stbrp_node * nodes…
180 struct stbrp_node { struct
182 stbrp_node * next; argument
192 stbrp_node * active_head;
193 stbrp_node * free_head;
194stbrp_node extra[2]; // we allocate two extra nodes so optimal user-node-count is 'width' not 'wid…
263 STBRP_DEF void stbrp_init_target(stbrp_context * context, int width, int height, stbrp_node * nodes… in stbrp_init_target()
289 static int stbrp__skyline_find_min_y(stbrp_context * c, stbrp_node * first, int x0, int width, int … in stbrp__skyline_find_min_y()
291 stbrp_node * node = first; in stbrp__skyline_find_min_y()
[all …]
Dstb_truetype_htcw.h4265 } stbrp_node; typedef
4272 static void stbrp_init_target(stbrp_context * con, int pw, int ph, stbrp_node * nodes, int num_node…
4317 stbrp_node * nodes = (stbrp_node *)STBTT_malloc(sizeof(*nodes) * num_nodes, alloc_context);