Searched refs:IsRectVisible (Results 1 – 3 of 3) sorted by relevance
622 …IMGUI_API bool IsRectVisible(const ImVec2& size); // tes…623 …IMGUI_API bool IsRectVisible(const ImVec2& rect_min, const ImVec2& rect_max); // tes…
6529 bool ImGui::IsRectVisible(const ImVec2& size) in IsRectVisible() function in ImGui6535 bool ImGui::IsRectVisible(const ImVec2& rect_min, const ImVec2& rect_max) in IsRectVisible() function in ImGui
5150 if (!IsRectVisible(bb.Min, bb.Max)) in ListBoxHeader()