Searched refs:waste (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/extra/libs/tiny_ttf/ |
D | stb_rect_pack.h | 366 int y, waste; in stbrp__skyline_find_best_pos() local 367 y = stbrp__skyline_find_min_y(c, node, node->x, width, &waste); in stbrp__skyline_find_best_pos() 379 if(y < best_y || (y == best_y && waste < best_waste)) { in stbrp__skyline_find_best_pos() 381 best_waste = waste; in stbrp__skyline_find_best_pos() 418 int y, waste; in stbrp__skyline_find_best_pos() local 426 y = stbrp__skyline_find_min_y(c, node, xpos, width, &waste); in stbrp__skyline_find_best_pos() 429 if(y < best_y || waste < best_waste || (waste == best_waste && xpos < best_x)) { in stbrp__skyline_find_best_pos() 433 best_waste = waste; in stbrp__skyline_find_best_pos()
|