Searched refs:stbrp_context (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imstb_rectpack.h | 78 typedef struct stbrp_context stbrp_context; typedef 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) in stbrp_setup_heuristic() 240 STBRP_DEF void stbrp_setup_allow_out_of_mem(stbrp_context *context, int allow_out_of_mem) in stbrp_setup_allow_out_of_mem() 260 STBRP_DEF void stbrp_init_target(stbrp_context *contex [all...] |
H A D | imstb_truetype.h | 3744 } stbrp_context; 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); in ImFontAtlasBuildWithStbTruetype() 2069 stbrp_context* pack_context = (stbrp_context*)stbrp_context_opaque; in ImFontAtlasBuildPackCustomRects()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_rectpack.h | 80 typedef struct stbrp_context stbrp_context; typedef 90 STBRP_DEF int stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects); 130 STBRP_DEF void stbrp_init_target (stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes); 151 STBRP_DEF void stbrp_setup_allow_out_of_mem (stbrp_context *context, int allow_out_of_mem); 157 STBRP_DEF void stbrp_setup_heuristic (stbrp_context *context, int heuristic); 181 struct stbrp_context struct 230 STBRP_DEF void stbrp_setup_heuristic(stbrp_context *context, int heuristic) in stbrp_setup_heuristic() 242 STBRP_DEF void stbrp_setup_allow_out_of_mem(stbrp_context *context, int allow_out_of_mem) in stbrp_setup_allow_out_of_mem() 262 STBRP_DEF void stbrp_init_target(stbrp_context *contex [all...] |
H A D | imstb_truetype.h | 3744 } stbrp_context; 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 | 2503 stbrp_pack_rects((stbrp_context*)spc.pack_info, src_tmp.Rects, src_tmp.GlyphsCount); in ImFontAtlasBuildWithStbTruetype() 2615 stbrp_context* pack_context = (stbrp_context*)stbrp_context_opaque; in ImFontAtlasBuildPackCustomRects()
|
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
H A D | imgui_freetype.cpp | 581 stbrp_context pack_context; in ImFontAtlasBuildWithFreeTypeEx()
|
Completed in 31 milliseconds