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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h263 ImGui::SetScrollY(ImGui::GetScrollY() + scroll_offset * s.LineHeight);
H A Dimgui.h294 IMGUI_API void SetScrollY(float scroll_y); // set scrolling amount [0..GetScrollMaxY()]
H A Dimgui.cpp6412 void ImGui::SetScrollY(float scroll_y) function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h265 ImGui::SetScrollY(ImGui::GetScrollY() + scroll_offset * s.LineHeight);
H A Dimgui.h294 IMGUI_API void SetScrollY(float scroll_y); // set scrolling amount [0..GetScrollMaxY()]
H A Dimgui.cpp6412 void ImGui::SetScrollY(float scroll_y) function in class:ImGui

Completed in 52 milliseconds