Searched refs:stbrp_context (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/imgui/ |
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,… 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 *context, int width, int height, stbrp_node *nodes, … in stbrp_init_target() 293 static int stbrp__skyline_find_min_y(stbrp_context *c, stbrp_node *first, int x0, int width, int *p… in stbrp__skyline_find_min_y() [all …]
|
D | imstb_truetype.h | 3744 } stbrp_context; typedef 3757 static void stbrp_init_target(stbrp_context *con, int pw, int ph, stbrp_node *nodes, int num_nodes) in stbrp_init_target() 3768 static void stbrp_pack_rects(stbrp_context *con, stbrp_rect *rects, int num_rects) in stbrp_pack_rects() 3799 …stbrp_context *context = (stbrp_context *) STBTT_malloc(sizeof(*context) ,alloc_context… in stbtt_PackBegin() 4129 stbrp_pack_rects((stbrp_context *) spc->pack_info, rects, num_rects); in stbtt_PackFontRangesPackRects()
|
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()
|