Searched refs:GetContentRegionMax (Results 1 – 3 of 3) sorted by relevance
264 …IMGUI_API ImVec2 GetContentRegionMax(); // current content boundaries …
2931 content_max = g.CurrentWindow->Pos + GetContentRegionMax(); in CalcItemSize()2946 wrap_pos_x = GetContentRegionMax().x + window->Pos.x; in CalcWrapWidthForPos()6233 ImVec2 ImGui::GetContentRegionMax() in GetContentRegionMax() function in ImGui6245 return GetContentRegionMax() - (window->DC.CursorPos - window->Pos); in GetContentRegionAvail()
4777 …ImRect frame_bb = ImRect(window->DC.CursorPos, ImVec2(window->Pos.x + GetContentRegionMax().x, win… in TreeNodeBehavior()5043 …s & ImGuiSelectableFlags_SpanAllColumns) ? GetWindowContentRegionMax().x : GetContentRegionMax().x; in Selectable()5099 bb.Max.x -= (GetContentRegionMax().x - max_x); in Selectable()