Lines Matching defs:extra
189 stbrp_node extra[2]; // we allocate two extra nodes so optimal user-node-count is 'width' not 'width+2'
273 context->active_head = &context->extra[0];
280 context->extra[0].x = 0;
281 context->extra[0].y = 0;
282 context->extra[0].next = &context->extra[1];
283 context->extra[1].x = (stbrp_coord) width;
285 context->extra[1].y = (1<<30);
287 context->extra[1].y = 65535;
289 context->extra[1].next = NULL;