Searched refs:GetContentRegionAvail (Results 1 – 6 of 6) sorted by relevance
359 ImGui::GetContentRegionAvail(), in display_shader_window()
1956 ImVec2 avail = ImGui::GetContentRegionAvail(); in drawImGui()
265 …IMGUI_API ImVec2 GetContentRegionAvail(); // == GetContentRegionMax() - …
4330 const ImVec2 content_avail = GetContentRegionAvail(); in BeginChildEx()5663 float width_to_right_edge = GetContentRegionAvail().x; in CalcItemWidth()6242 ImVec2 ImGui::GetContentRegionAvail() in GetContentRegionAvail() function in ImGui6250 return GetContentRegionAvail().x; in GetContentRegionAvailWidth()
5630 float extra_w = ImMax(0.0f, GetContentRegionAvail().x - w); in BeginMenu()5772 float extra_w = ImMax(0.0f, GetContentRegionAvail().x - w); in MenuItem()
2593 ImVec2 avail = ImGui::GetContentRegionAvail(); in drawImGui()