Searched refs:stbrp_context (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_rectpack.h | 78 typedef struct stbrp_context stbrp_context; typedef in typeref:struct:stbrp_context 88 STBRP_DEF int stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects); 128 STBRP_DEF void stbrp_init_target (stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes); 149 STBRP_DEF void stbrp_setup_allow_out_of_mem (stbrp_context *context, int allow_out_of_mem); 155 STBRP_DEF void stbrp_setup_heuristic (stbrp_context *context, int heuristic); 179 struct stbrp_context struct 228 STBRP_DEF void stbrp_setup_heuristic(stbrp_context *context, int heuristic) 240 STBRP_DEF void stbrp_setup_allow_out_of_mem(stbrp_context *context, int allow_out_of_mem) 260 STBRP_DEF void stbrp_init_target(stbrp_context *contex [all...] |
| H A D | imstb_truetype.h | 3744 } stbrp_context; typedef in typeref:struct:__anonc735d1c91108 3757 static void stbrp_init_target(stbrp_context *con, int pw, int ph, stbrp_node *nodes, int num_nodes) 3768 static void stbrp_pack_rects(stbrp_context *con, stbrp_rect *rects, int num_rects) 3799 stbrp_context *context = (stbrp_context *) STBTT_malloc(sizeof(*context) ,alloc_context); 4129 stbrp_pack_rects((stbrp_context *) spc->pack_info, rects, num_rects); 4136 //stbrp_context *context = (stbrp_context *) spc->pack_info;
|
| H A D | imgui_draw.cpp | 1952 stbrp_pack_rects((stbrp_context*)spc.pack_info, src_tmp.Rects, src_tmp.GlyphsCount); 2069 stbrp_context* pack_context = (stbrp_context*)stbrp_context_opaque;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_rectpack.h | 78 typedef struct stbrp_context stbrp_context; typedef in typeref:struct:stbrp_context 88 STBRP_DEF int stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects); 128 STBRP_DEF void stbrp_init_target (stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes); 149 STBRP_DEF void stbrp_setup_allow_out_of_mem (stbrp_context *context, int allow_out_of_mem); 155 STBRP_DEF void stbrp_setup_heuristic (stbrp_context *context, int heuristic); 179 struct stbrp_context struct 228 STBRP_DEF void stbrp_setup_heuristic(stbrp_context *context, int heuristic) 240 STBRP_DEF void stbrp_setup_allow_out_of_mem(stbrp_context *context, int allow_out_of_mem) 260 STBRP_DEF void stbrp_init_target(stbrp_context *contex [all...] |
| H A D | imstb_truetype.h | 3744 } stbrp_context; typedef in typeref:struct:__anon748b3c5c1108 3757 static void stbrp_init_target(stbrp_context *con, int pw, int ph, stbrp_node *nodes, int num_nodes) 3768 static void stbrp_pack_rects(stbrp_context *con, stbrp_rect *rects, int num_rects) 3799 stbrp_context *context = (stbrp_context *) STBTT_malloc(sizeof(*context) ,alloc_context); 4129 stbrp_pack_rects((stbrp_context *) spc->pack_info, rects, num_rects); 4136 //stbrp_context *context = (stbrp_context *) spc->pack_info;
|
| H A D | imgui_draw.cpp | 1952 stbrp_pack_rects((stbrp_context*)spc.pack_info, src_tmp.Rects, src_tmp.GlyphsCount); 2069 stbrp_context* pack_context = (stbrp_context*)stbrp_context_opaque;
|
Completed in 32 milliseconds