Home
last modified time | relevance | path

Searched refs:IsRectVisible (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h622 …IMGUI_API bool IsRectVisible(const ImVec2& size); // tes…
623 …IMGUI_API bool IsRectVisible(const ImVec2& rect_min, const ImVec2& rect_max); // tes…
Dimgui.cpp6529 bool ImGui::IsRectVisible(const ImVec2& size) in IsRectVisible() function in ImGui
6535 bool ImGui::IsRectVisible(const ImVec2& rect_min, const ImVec2& rect_max) in IsRectVisible() function in ImGui
Dimgui_widgets.cpp5150 if (!IsRectVisible(bb.Min, bb.Max)) in ListBoxHeader()