Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h227 template<typename T> static inline T ImMin(T lhs, T rhs) { return lhs < rhs … in ImMin() function
233 static inline ImVec2 ImMin(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs… in ImMin() function