Searched refs:SetScrollFromPosY (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.
H A Dimgui_demo.cpp1938 ShowHelpMarker("Use SetScrollHereY() or SetScrollFromPosY() to scroll to a given position.");
1957 ImGui::SetScrollFromPosY(ImGui::GetCursorStartPos().y + scroll_to_px, i * 0.25f);
H A Dimgui.cpp6419 void ImGui::SetScrollFromPosY(float local_y, float center_y_ratio) function in class:ImGui
6434 SetScrollFromPosY(target_y, center_y_ratio);
/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.
H A Dimgui.cpp6419 void ImGui::SetScrollFromPosY(float local_y, float center_y_ratio) function in class:ImGui
6434 SetScrollFromPosY(target_y, center_y_ratio);

Completed in 129 milliseconds