Searched defs:stbrp_context (Results 1 – 2 of 2) sorted by relevance
78 typedef struct stbrp_context stbrp_context; typedef179 struct stbrp_context struct181 int width;182 int height;183 int align;184 int init_mode;185 int heuristic;186 int num_nodes;187 stbrp_node *active_head;188 stbrp_node *free_head;[all …]
3744 } stbrp_context; typedef