Searched refs:smallest (Results 1 – 3 of 3) sorted by relevance
31 * Use the smallest required scope
82 If there are, let's say, 10 points to a pixel, LVGL searches the smallest and the largest value and…
5496 size_t smallest = 0; in filter() local5525 if(type == 0 || sum < smallest) { in filter()5527 smallest = sum; in filter()5594 size_t smallest = 0; in filter() local5624 if(type == 0 || size[type] < smallest) { in filter()5626 smallest = size[type]; in filter()