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