Lines Matching full:while
112 // while this function is running, as the function temporarily reorders
113 // the array while it executes.
301 while(node->next->x <= x0) in stbrp__skyline_find_min_y()
312 while(node->x < x1) { in stbrp__skyline_find_min_y()
365 while(node->x + width <= c->width) { in stbrp__skyline_find_best_pos()
414 while(tail->x < width) in stbrp__skyline_find_best_pos()
416 while(tail) { in stbrp__skyline_find_best_pos()
421 while(node->next->x <= xpos) { in stbrp__skyline_find_best_pos()
487 while(cur->next && cur->next->x <= res.x + width) { in stbrp__skyline_pack_rectangle()
503 while(cur->x < context->width) { in stbrp__skyline_pack_rectangle()
512 while(cur) { in stbrp__skyline_pack_rectangle()
517 while(cur) { in stbrp__skyline_pack_rectangle()