Searched refs:GetClipRectMax (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1827 inline ImVec2 GetClipRectMax() const { const ImVec4& cr = _ClipRectStack.back(); return ImVec2(cr.z, cr.w); } function in struct:ImDrawList
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1827 inline ImVec2 GetClipRectMax() const { const ImVec4& cr = _ClipRectStack.back(); return ImVec2(cr.z, cr.w); } function in struct:ImDrawList

Completed in 17 milliseconds