Home
last modified time | relevance | path

Searched refs:GetScrollMaxX (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp2910 float scroll_max_x = ImGui::GetScrollMaxX(); in ShowDemoWindowLayout()
2953 float scroll_max_x = ImGui::GetScrollMaxX(); in ShowDemoWindowLayout()
3005 ImGui::Text("Scroll %.1f/%.1f %.1f/%.1f", ImGui::GetScrollX(), ImGui::GetScrollMaxX(), ImGui::GetScrollY(), ImGui::GetScrollMaxY()); in ShowDemoWindowLayout()
5255 table_scroll_max = ImVec2(ImGui::GetScrollMaxX(), ImGui::GetScrollMaxY());
H A Dimgui.h390 IMGUI_API float GetScrollX(); // get scrolling amount [0 .. GetScrollMaxX()]
392 IMGUI_API void SetScrollX(float scroll_x); // set scrolling amount [0 .. GetScrollMaxX()]
394 IMGUI_API float GetScrollMaxX(); // get maximum scrolling amount ~~ ContentSize.x - WindowSize.x - DecorationsSize.x
H A Dimgui.cpp8084 float ImGui::GetScrollMaxX() in GetScrollMaxX() function in ImGui
/third_party/mesa3d/src/imgui/
H A Dimgui.h289 IMGUI_API float GetScrollX(); // get scrolling amount [0..GetScrollMaxX()]
291 IMGUI_API float GetScrollMaxX(); // get maximum scrolling amount ~~ ContentSize.X - WindowSize.X
293 IMGUI_API void SetScrollX(float scroll_x); // set scrolling amount [0..GetScrollMaxX()]
H A Dimgui.cpp6395 float ImGui::GetScrollMaxX() in GetScrollMaxX() function in ImGui

Completed in 67 milliseconds