Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_rect_pack.h85 typedef struct stbrp_context stbrp_context; typedef
100 STBRP_DEF int stbrp_pack_rects(stbrp_context * context, stbrp_rect * rects, int num_rects);
138 STBRP_DEF void stbrp_init_target(stbrp_context * context, int width, int height, stbrp_node * nodes…
159 STBRP_DEF void stbrp_setup_allow_out_of_mem(stbrp_context * context, int allow_out_of_mem);
164 STBRP_DEF void stbrp_setup_heuristic(stbrp_context * context, int heuristic);
185 struct stbrp_context { struct
231 STBRP_DEF void stbrp_setup_heuristic(stbrp_context * context, int heuristic) in stbrp_setup_heuristic()
243 STBRP_DEF void stbrp_setup_allow_out_of_mem(stbrp_context * context, int allow_out_of_mem) in stbrp_setup_allow_out_of_mem()
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()
[all …]
Dstb_truetype_htcw.h4221 } stbrp_context; typedef
4232 static void stbrp_init_target(stbrp_context * con, int pw, int ph, stbrp_node * nodes, int num_node…
4243 static void stbrp_pack_rects(stbrp_context * con, stbrp_rect * rects, int num_rects)
4275 stbrp_context * context = (stbrp_context *)STBTT_malloc(sizeof(*context), alloc_context);
4633 stbrp_pack_rects((stbrp_context *)spc->pack_info, rects, num_rects);