Searched defs:Clamp (Results 1 – 2 of 2) sorted by relevance
211 static inline RK_S32 Clamp(RK_S32 value, RK_S32 low, RK_S32 high) in Clamp() function
57 enum class TextureWrap : bool { Clamp, Repeat }; enumerator