Searched defs:ImMin (Results 1 – 3 of 3) sorted by relevance
220 template<typename T> static inline T ImMin(T lhs, T rhs) { return lhs < rhs … in ImMin() function226 static inline ImVec2 ImMin(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs… in ImMin() function
227 template<typename T> static inline T ImMin(T lhs, T rhs) { return lhs < rhs … in ImMin() function233 static inline ImVec2 ImMin(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs… in ImMin() function
415 template<typename T> static inline T ImMin(T lhs, T rhs) { return lhs < rhs … in ImMin() function423 static inline ImVec2 ImMin(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs… in ImMin() function