Home
last modified time | relevance | path

Searched refs:under_width (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimstb_rectpack.h330 int under_width = node->next->x - node->x; in stbrp__skyline_find_min_y() local
331 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()
/third_party/skia/third_party/externals/imgui/
H A Dimstb_rectpack.h332 int under_width = node->next->x - node->x; in stbrp__skyline_find_min_y() local
333 if (under_width + visited_width > width) in stbrp__skyline_find_min_y()
334 under_width = width - visited_width; in stbrp__skyline_find_min_y()
335 waste_area += under_width * (min_y - node->y); in stbrp__skyline_find_min_y()
336 visited_width += under_width; in stbrp__skyline_find_min_y()
/third_party/glfw/deps/
H A Dnuklear.h10686 int under_width = node->next->x - node->x; in nk_rp__skyline_find_min_y() local
10687 if (under_width + visited_width > width) in nk_rp__skyline_find_min_y()
10688 under_width = width - visited_width; in nk_rp__skyline_find_min_y()
10689 waste_area += under_width * (min_y - node->y); in nk_rp__skyline_find_min_y()
10690 visited_width += under_width; in nk_rp__skyline_find_min_y()

Completed in 46 milliseconds