Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgMath.h300 static inline T lerp(const T &start, const T &end, float t) in lerp() function
DtvgMath.cpp369 uint8_t lerp(const uint8_t &start, const uint8_t &end, float t) in lerp() function