Searched refs:GetCursorStartPos (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h484 ImGui::SetScrollFromPosY(ImGui::GetCursorStartPos().y + (GotoAddr / Cols) * ImGui::GetTextLineHeight());
H A Dimgui.h296 IMGUI_API void SetScrollFromPosY(float local_y, float center_y_ratio = 0.5f); // adjust scrolling amount to make given position valid. use GetCursorPos() or GetCursorStartPos()+offset to get valid positions.
339 IMGUI_API float GetCursorPosX(); // (some functions are using window-relative coordinates, such as: GetCursorPos, GetCursorStartPos, GetContentRegionMax, GetWindowContentRegion* etc.
344 IMGUI_API ImVec2 GetCursorStartPos(); // initial cursor position in window coordinates
H A Dimgui_demo.cpp1957 ImGui::SetScrollFromPosY(ImGui::GetCursorStartPos().y + scroll_to_px, i * 0.25f);
H A Dimgui.cpp6366 ImVec2 ImGui::GetCursorStartPos() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h486 ImGui::SetScrollFromPosY(ImGui::GetCursorStartPos().y + (GotoAddr / Cols) * ImGui::GetTextLineHeight());
H A Dimgui.h296 IMGUI_API void SetScrollFromPosY(float local_y, float center_y_ratio = 0.5f); // adjust scrolling amount to make given position valid. use GetCursorPos() or GetCursorStartPos()+offset to get valid positions.
339 IMGUI_API float GetCursorPosX(); // (some functions are using window-relative coordinates, such as: GetCursorPos, GetCursorStartPos, GetContentRegionMax, GetWindowContentRegion* etc.
344 IMGUI_API ImVec2 GetCursorStartPos(); // initial cursor position in window coordinates
H A Dimgui.cpp6366 ImVec2 ImGui::GetCursorStartPos() function in class:ImGui

Completed in 59 milliseconds