Searched defs:ImMax (Results 1 – 3 of 3) sorted by relevance
221 template<typename T> static inline T ImMax(T lhs, T rhs) { return lhs >= rhs… in ImMax() function227 static inline ImVec2 ImMax(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs… in ImMax() function
228 template<typename T> static inline T ImMax(T lhs, T rhs) { return lhs >= rhs… in ImMax() function234 static inline ImVec2 ImMax(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs… in ImMax() function
416 template<typename T> static inline T ImMax(T lhs, T rhs) { return lhs >= rhs… in ImMax() function424 static inline ImVec2 ImMax(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs… in ImMax() function