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

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

Completed in 17 milliseconds