Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui_memory_editor.h532 ImGui::SetCursorPosX(s.WindowWidth); in DrawContents()
H A Dimgui.h342 IMGUI_API void SetCursorPosX(float local_x); // GetWindowPos() + GetCursorPos() == GetCursorScreenPos() etc.)
H A Dimgui.cpp484 GetCursorPos()/SetCursorPos() functions now include the scrolled amount. It shouldn't affect the majority of users, but take note that SetCursorPosX(100.0f) puts you at +100 from the starting x position which may include scrolling, not at +100 from the window left side.
6352 void ImGui::SetCursorPosX(float x) in SetCursorPosX() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h453 IMGUI_API void SetCursorPosX(float local_x); // GetWindowPos() + GetCursorPos() == GetCursorScreenPos() etc.)
2857 static inline void TreeAdvanceToLabelPos() { SetCursorPosX(GetCursorPosX() + GetTreeNodeToLabelSpacing()); } in TreeAdvanceToLabelPos()
H A Dimgui_demo.cpp2453 ImGui::SetCursorPosX(ImGui::GetCursorPosX() + (float)offset_x); in ShowDemoWindowLayout()
3543 ImGui::SetCursorPosX(ImGui::GetCursorPosX() + ImGui::GetStyle().IndentSpacing * 0.5f); in EditTableSizingFlags()
H A Dimgui.cpp482 - 2019/07/15 (1.72) - removed TreeAdvanceToLabelPos() which is rarely used and only does SetCursorPosX(GetCursorPosX() + GetTreeNodeToLabelSpacing()). Kept redirection function (will obsolete).
611 GetCursorPos()/SetCursorPos() functions now include the scrolled amount. It shouldn't affect the majority of users, but take note that SetCursorPosX(100.0f) puts you at +100 from the starting x position which may include scrolling, not at +100 from the window left side.
7460 // - SetCursorPos(), SetCursorPosX(), SetCursorPosY()
7659 void ImGui::SetCursorPosX(float x) in SetCursorPosX() function in ImGui

Completed in 70 milliseconds