Searched refs:waste_area (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
314 waste_area = 0;
321 waste_area += visited_width * (node->y - min_y);
333 waste_area += under_width * (min_y - node->y);
339 *pwaste = waste_area;
/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
314 waste_area = 0;
321 waste_area += visited_width * (node->y - min_y);
333 waste_area += under_width * (min_y - node->y);
339 *pwaste = waste_area;

Completed in 8 milliseconds