Searched refs:under_width (Results 1 – 1 of 1) sorted by relevance
330 int under_width = node->next->x - node->x; in stbrp__skyline_find_min_y() local331 if (under_width + visited_width > width) in stbrp__skyline_find_min_y()332 under_width = width - visited_width; in stbrp__skyline_find_min_y()333 waste_area += under_width * (min_y - node->y); in stbrp__skyline_find_min_y()334 visited_width += under_width; in stbrp__skyline_find_min_y()