Home
last modified time | relevance | path

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

/lvgl-3.7.0/docs/
DCODING_STYLE.md31 * Use the smallest required scope
/lvgl-3.7.0/docs/widgets/extra/
Dchart.md82 If there are, let's say, 10 points to a pixel, LVGL searches the smallest and the largest value and…
/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c5496 size_t smallest = 0; in filter() local
5525 if(type == 0 || sum < smallest) { in filter()
5527 smallest = sum; in filter()
5594 size_t smallest = 0; in filter() local
5624 if(type == 0 || size[type] < smallest) { in filter()
5626 smallest = size[type]; in filter()