Home
last modified time | relevance | path

Searched refs:GetWindowContentRegionMin (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/imgui/
H A Dimgui.h386 IMGUI_API ImVec2 GetWindowContentRegionMin(); // content boundaries min for the full window (roughly (0,0)-Scroll), in window coordinates
2832 static inline float GetWindowContentRegionWidth() { return GetWindowContentRegionMax().x - GetWindowContentRegionMin().x; } in GetWindowContentRegionWidth()
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()
7835 ImVec2 ImGui::GetWindowContentRegionMin() in GetWindowContentRegionMin() function in ImGui
/third_party/mesa3d/src/imgui/
H A Dimgui.h267 IMGUI_API ImVec2 GetWindowContentRegionMin(); // content boundaries min (roughly (0,0)-Scroll), in window coordinates
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!
6254 ImVec2 ImGui::GetWindowContentRegionMin() in GetWindowContentRegionMin() function in ImGui

Completed in 57 milliseconds