Home
last modified time | relevance | path

Searched refs:_clamp (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwFill.cpp327 static inline uint32_t _clamp(const SwFill* fill, int32_t pos) in _clamp() function
355 return fill->ctable[_clamp(fill, i)]; in _fixedPixel()
362 return fill->ctable[_clamp(fill, i)]; in _pixel()
DtvgLottieExpressions.cpp512 static jerry_value_t _clamp(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_… in _clamp() function
1166 auto clamp = jerry_function_external(_clamp); in _buildMath()