Home
last modified time | relevance | path

Searched defs:clamp (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgMath.h75 static inline void clamp(T& v, const T& min, const T& max) in clamp() function
DtvgLottieExpressions.cpp1166 auto clamp = jerry_function_external(_clamp); in _buildMath() local