Home
last modified time | relevance | path

Searched refs:SetScrollFromPosY (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_memory_editor.h486 …ImGui::SetScrollFromPosY(ImGui::GetCursorStartPos().y + (GotoAddr / Cols) * ImGui::GetTextLineHeig…
Dimgui.h296 …IMGUI_API void SetScrollFromPosY(float local_y, float center_y_ratio = 0.5f); // adjust …
Dimgui.cpp6419 void ImGui::SetScrollFromPosY(float local_y, float center_y_ratio) in SetScrollFromPosY() function in ImGui
6434 SetScrollFromPosY(target_y, center_y_ratio); in SetScrollHereY()