stb_rect_pack.h
Typedefs
-
typedef int stbrp_coord
Enums
Functions
-
int stbrp_pack_rects(stbrp_context *context, stbrp_rect *rects, int num_rects)
-
void stbrp_init_target(stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes)
-
void stbrp_setup_allow_out_of_mem(stbrp_context *context, int allow_out_of_mem)
-
void stbrp_setup_heuristic(stbrp_context *context, int heuristic)
-
struct stbrp_rect
-
struct stbrp_node
-
struct stbrp_context
Public Members
-
int width
-
int height
-
int align
-
int init_mode
-
int heuristic
-
int num_nodes
-
stbrp_node *active_head
-
stbrp_node *free_head
-
stbrp_node extra[2]
-
int width