Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp2909 float scroll_x = ImGui::GetScrollX(); in ShowDemoWindowLayout() local
2914 ImGui::Text("%s\n%.0f/%.0f", names[i], scroll_x, scroll_max_x); in ShowDemoWindowLayout()
2952 float scroll_x = ImGui::GetScrollX(); in ShowDemoWindowLayout() local
2966 ImGui::Text("%.0f/%.0f", scroll_x, scroll_max_x); in ShowDemoWindowLayout()
H A Dimgui.cpp8096 void ImGui::SetScrollX(ImGuiWindow* window, float scroll_x) in SetScrollX() argument
8098 window->ScrollTarget.x = scroll_x; in SetScrollX()
8110 void ImGui::SetScrollX(float scroll_x) in SetScrollX() argument
8113 SetScrollX(g.CurrentWindow, scroll_x); in SetScrollX()
H A Dimgui.h392 IMGUI_API void SetScrollX(float scroll_x); // set scrolling amount [0 .. GetScrollMaxX()]
H A Dimgui_internal.h2432 IMGUI_API void SetScrollX(ImGuiWindow* window, float scroll_x);
/third_party/mesa3d/src/imgui/
H A Dimgui.h293 IMGUI_API void SetScrollX(float scroll_x); // set scrolling amount [0..GetScrollMaxX()]
H A Dimgui.cpp6405 void ImGui::SetScrollX(float scroll_x) in SetScrollX() argument
6408 window->ScrollTarget.x = scroll_x; in SetScrollX()

Completed in 82 milliseconds