Home
last modified time | relevance | path

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

/lvgl-3.7.0/docs/porting/
Dgpu.md8 ### Fields
32 ### Initialization
/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dstb_rect_pack.h231 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()
448 static stbrp__findresult stbrp__skyline_pack_rectangle(stbrp_context * context, int width, int heig… in stbrp__skyline_pack_rectangle()
546 STBRP_DEF int stbrp_pack_rects(stbrp_context * context, stbrp_rect * rects, int num_rects) in stbrp_pack_rects()
Dstb_truetype_htcw.h4275 stbrp_context * context = (stbrp_context *)STBTT_malloc(sizeof(*context), alloc_context); local