Searched defs:stbrp_context (Results 1 – 2 of 2) sorted by relevance
85 typedef struct stbrp_context stbrp_context; typedef185 struct stbrp_context { struct186 int width;187 int height;188 int align;189 int init_mode;190 int heuristic;191 int num_nodes;192 stbrp_node * active_head;193 stbrp_node * free_head;[all …]
4221 } stbrp_context; typedef