Home
last modified time | relevance | path

Searched refs:GetWindowScrollMaxY (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h1334 IMGUI_API float GetWindowScrollMaxY(ImGuiWindow* window);
H A Dimgui.cpp4612 float ImGui::GetWindowScrollMaxY(ImGuiWindow* window) in GetWindowScrollMaxY() function in ImGui
4641 scroll.y = ImMin(scroll.y, ImGui::GetWindowScrollMaxY(window)); in CalcNextScrollFromScrollTargetAndClamp()
5326 window->DC.NavHasScroll = (GetWindowScrollMaxY(window) > 0.0f); in Begin()
6402 return GetWindowScrollMaxY(GImGui->CurrentWindow); in GetScrollMaxY()
9392 ImGui::BulletText("Scroll: (%.2f/%.2f,%.2f/%.2f)", window->Scroll.x, GetWindowScrollMaxX(window), window->Scroll.y, GetWindowScrollMaxY(window)); in ShowMetricsWindow()

Completed in 23 milliseconds