Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.h1827 inline ImVec2 GetClipRectMax() const { const ImVec4& cr = _ClipRectStack.back(); return ImVec2(cr.z, cr.w); } in GetClipRectMax() function
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h2423 inline ImVec2 GetClipRectMax() const { const ImVec4& cr = _ClipRectStack.back(); return ImVec2(cr.z, cr.w); } in GetClipRectMax() function

Completed in 19 milliseconds