Home
last modified time | relevance | path

Searched refs:GetWindowContentRegionMax (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/imgui/
H A Dimgui.h387 IMGUI_API ImVec2 GetWindowContentRegionMax(); // content boundaries max for the full window (roughly (0,0)+Size-Scroll) where Size can be override with SetNextWindowContentSize(), in window coordinates
2832 static inline float GetWindowContentRegionWidth() { return GetWindowContentRegionMax().x - GetWindowContentRegionMin().x; } in GetWindowContentRegionWidth()
H A Dimgui_demo.cpp2620 float window_visible_x2 = ImGui::GetWindowPos().x + ImGui::GetWindowContentRegionMax().x; in ShowDemoWindowLayout()
H A Dimgui.cpp383 - 2021/08/23 (1.85) - removed GetWindowContentRegionWidth() function. keep inline redirection helper. can use 'GetWindowContentRegionMax().x - GetWindowContentRegionMin().x' instead for generally 'GetContentRegionAvail().x' is more useful.
612 GetContentRegionMax()/GetWindowContentRegionMin()/GetWindowContentRegionMax() functions allow include the scrolled amount. Typically those were used in cases where no scrolling would happen so it may not be a problem, but watch out!
7477 // - GetWindowContentRegionMin(), GetWindowContentRegionMax()
7841 ImVec2 ImGui::GetWindowContentRegionMax() in GetWindowContentRegionMax() function in ImGui
/third_party/mesa3d/src/imgui/
H A Dimgui.h268 IMGUI_API ImVec2 GetWindowContentRegionMax(); // content boundaries max (roughly (0,0)+Size-Scroll) where Size can be override with SetNextWindowContentSize(), in window coordinates
H A Dimgui_widgets.cpp5043 float max_x = (flags & ImGuiSelectableFlags_SpanAllColumns) ? GetWindowContentRegionMax().x : GetContentRegionMax().x;
H A Dimgui.cpp485 GetContentRegionMax()/GetWindowContentRegionMin()/GetWindowContentRegionMax() functions allow include the scrolled amount. Typically those were used in cases where no scrolling would happen so it may not be a problem, but watch out!
6260 ImVec2 ImGui::GetWindowContentRegionMax() in GetWindowContentRegionMax() function in ImGui

Completed in 82 milliseconds