Searched refs:clamp (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgMath.h | 75 static inline void clamp(T& v, const T& min, const T& max) in clamp() function
|
D | tvgLottieModel.cpp | 165 tvg::clamp(start, 0.0f, 1.0f); in segment() 167 tvg::clamp(end, 0.0f, 1.0f); in segment()
|
D | tvgLottieExpressions.cpp | 1166 auto clamp = jerry_function_external(_clamp); in _buildMath() local 1167 jerry_object_set_sz(context, "clamp", clamp); in _buildMath() 1168 jerry_value_free(clamp); in _buildMath()
|
D | tvgMath.cpp | 372 tvg::clamp(result, 0, 255); in lerp()
|
/lvgl-latest/docs/ |
D | ROADMAP.rst | 90 `anim` should clamp the time if it's calculated from speed, e.g
|