Searched refs:free_head (Results 1 – 1 of 1) sorted by relevance
193 stbrp_node * free_head; member272 context->free_head = &nodes[0]; in stbrp_init_target()458 if(res.prev_link == NULL || res.y + height > context->height || context->free_head == NULL) { in stbrp__skyline_pack_rectangle()464 node = context->free_head; in stbrp__skyline_pack_rectangle()468 context->free_head = node->next; in stbrp__skyline_pack_rectangle()490 cur->next = context->free_head; in stbrp__skyline_pack_rectangle()491 context->free_head = cur; in stbrp__skyline_pack_rectangle()516 cur = context->free_head; in stbrp__skyline_pack_rectangle()