Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp3822 SetScrollX(window, window->Scroll.x - wheel_x * scroll_step); in UpdateMouseWheel()
8096 void ImGui::SetScrollX(ImGuiWindow* window, float scroll_x) in SetScrollX() function in ImGui
8110 void ImGui::SetScrollX(float scroll_x) in SetScrollX() function in ImGui
8113 SetScrollX(g.CurrentWindow, scroll_x); in SetScrollX()
9414 SetScrollX(window, ImFloor(window->Scroll.x + ((move_dir == ImGuiDir_Left) ? -1.0f : +1.0f) * scroll_speed)); in NavUpdate()
9423 SetScrollX(window, ImFloor(window->Scroll.x + scroll_dir.x * scroll_speed)); in NavUpdate()
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);
H A Dimgui_demo.cpp2889 ImGui::SetScrollX(scroll_to_off_px); in ShowDemoWindowLayout()
2972 ImGui::SetScrollX(ImGui::GetScrollX() + scroll_x_delta); in ShowDemoWindowLayout()
/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() function in ImGui

Completed in 75 milliseconds