Searched defs:stbrp_context (Results 1 – 6 of 6) sorted by relevance
71 typedef struct stbrp_context stbrp_context; typedef172 struct stbrp_context struct174 int width;175 int height;176 int align;177 int init_mode;178 int heuristic;179 int num_nodes;180 stbrp_node *active_head;181 stbrp_node *free_head;[all …]
3718 } stbrp_context; typedef
80 typedef struct stbrp_context stbrp_context; typedef181 struct stbrp_context struct183 int width;184 int height;185 int align;186 int init_mode;187 int heuristic;188 int num_nodes;189 stbrp_node *active_head;190 stbrp_node *free_head;[all …]
3744 } stbrp_context; typedef
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 …]