Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgMath.cpp73 auto smallest = 0.0f; in _bezAt() local
85 if (fabsf(length - at) < BEZIER_EPSILON || fabsf(smallest - biggest) < 1e-3f) { in _bezAt()
89 smallest = t; in _bezAt()
93 t = (smallest + t) * 0.5f; in _bezAt()
/lvgl-latest/docs/details/widgets/
Dchart.rst270 points to a pixel, LVGL searches the smallest and the largest value and
/lvgl-latest/docs/
DCODING_STYLE.rst73 - Use the smallest required scope.
/lvgl-latest/src/libs/lodepng/
Dlodepng.c6459 size_t smallest = 0; in filter() local
6489 if(type == 0 || sum < smallest) { in filter()
6491 smallest = sum; in filter()
6561 size_t smallest = 0; in filter() local
6591 if(type == 0 || size[type] < smallest) { in filter()
6593 smallest = size[type]; in filter()