Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_rect_pack.h327 int under_width = node->next->x - node->x; in stbrp__skyline_find_min_y() local
328 if(under_width + visited_width > width) in stbrp__skyline_find_min_y()
329 under_width = width - visited_width; in stbrp__skyline_find_min_y()
330 waste_area += under_width * (min_y - node->y); in stbrp__skyline_find_min_y()
331 visited_width += under_width; in stbrp__skyline_find_min_y()