Lines Matching defs:stbrp_context
78 typedef struct stbrp_context 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
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 *context, int width, int height, stbrp_node *nodes, int num_nodes)
293 static int stbrp__skyline_find_min_y(stbrp_context *c, stbrp_node *first, int x0, int width, int *pwaste)
349 static stbrp__findresult stbrp__skyline_find_best_pos(stbrp_context *c, int width, int height)
444 static stbrp__findresult stbrp__skyline_pack_rectangle(stbrp_context *context, int width, int height)
549 STBRP_DEF int stbrp_pack_rects(stbrp_context *context, stbrp_rect *rects, int num_rects)