Lines Matching defs:stbrp_context
78 typedef struct stbrp_context stbrp_context; typedef
179 struct stbrp_context struct
181 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;
189 …p_node extra[2]; // we allocate two extra nodes so optimal user-node-count is 'width' not 'width+2'