Searched defs:ImMul (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h248 static inline ImVec2 ImMul(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs.x * rhs.x, lhs.y * rhs.y); } function in typeref:typename:ImVec2
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h248 static inline ImVec2 ImMul(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs.x * rhs.x, lhs.y * rhs.y); } function in typeref:typename:ImVec2

Completed in 11 milliseconds