Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp2909 float scroll_x = ImGui::GetScrollX(); in ShowDemoWindowLayout()
2952 float scroll_x = ImGui::GetScrollX(); in ShowDemoWindowLayout()
2972 ImGui::SetScrollX(ImGui::GetScrollX() + scroll_x_delta); in ShowDemoWindowLayout()
3005 ImGui::Text("Scroll %.1f/%.1f %.1f/%.1f", ImGui::GetScrollX(), ImGui::GetScrollMaxX(), ImGui::GetScrollY(), ImGui::GetScrollMaxY()); in ShowDemoWindowLayout()
5254 table_scroll_cur = ImVec2(ImGui::GetScrollX(), ImGui::GetScrollY());
H A Dimgui.h390 IMGUI_API float GetScrollX(); // get scrolling amount [0 .. GetScrollMaxX()]
H A Dimgui.cpp8072 float ImGui::GetScrollX() in GetScrollX() function in ImGui
/third_party/mesa3d/src/imgui/
H A Dimgui.h289 IMGUI_API float GetScrollX(); // get scrolling amount [0..GetScrollMaxX()]
H A Dimgui.cpp6385 float ImGui::GetScrollX() in GetScrollX() function in ImGui

Completed in 79 milliseconds