Searched defs:Lerp (Results 1 – 4 of 4) sorted by relevance
158 float PerlinNoise2D::Lerp(float t, float a, float b) in Lerp() function in OHOS::Rosen::PerlinNoise2D
622 static inline uint8_t Lerp(uint8_t valueP, uint8_t valueQ, uint8_t valueA) in Lerp() function
381 static Color Lerp(const Color& start, const Color& end, float t) in Lerp() function
175 constexpr float Lerp(const float& v1, const float& v2, float t) in Lerp() function