Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h221 template<typename T> static inline T ImMax(T lhs, T rhs) { return lhs >= rhs… in ImMax() function
227 static inline ImVec2 ImMax(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs… in ImMax() function
/third_party/mesa3d/src/imgui/
Dimgui_internal.h228 template<typename T> static inline T ImMax(T lhs, T rhs) { return lhs >= rhs… in ImMax() function
234 static inline ImVec2 ImMax(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs… in ImMax() function
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h416 template<typename T> static inline T ImMax(T lhs, T rhs) { return lhs >= rhs… in ImMax() function
424 static inline ImVec2 ImMax(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs… in ImMax() function