Searched refs:visited_width (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_rectpack.h297 int min_y, visited_width, waste_area; local in function:stbrp__skyline_find_min_y
315 visited_width = 0;
321 waste_area += visited_width * (node->y - min_y);
323 // the first time through, visited_width might be reduced
325 visited_width += node->next->x - x0;
327 visited_width += node->next->x - node->x;
331 if (under_width + visited_width > width)
332 under_width = width - visited_width;
334 visited_width += under_width;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_rectpack.h297 int min_y, visited_width, waste_area; local in function:stbrp__skyline_find_min_y
315 visited_width = 0;
321 waste_area += visited_width * (node->y - min_y);
323 // the first time through, visited_width might be reduced
325 visited_width += node->next->x - x0;
327 visited_width += node->next->x - node->x;
331 if (under_width + visited_width > width)
332 under_width = width - visited_width;
334 visited_width += under_width;

Completed in 5 milliseconds