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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h340 IMGUI_API float GetCursorPosY(); // other functions such as GetCursorScreenPos or everything in ImDrawList::
H A Dimgui.cpp2204 StartPosY = ImGui::GetCursorPosY();
2222 // In theory here we should assert that ImGui::GetCursorPosY() == StartPosY + DisplayEnd * ItemsHeight, but it feels saner to just seek at the end and not assert/crash the user.
2240 StartPosY = ImGui::GetCursorPosY();
2247 float items_height = ImGui::GetCursorPosY() - StartPosY;
6339 float ImGui::GetCursorPosY() function in class:ImGui
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp765 data->window_size = ImVec2(data->window_size.x, ImGui::GetCursorPosY() + 10.0f);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h340 IMGUI_API float GetCursorPosY(); // other functions such as GetCursorScreenPos or everything in ImDrawList::
H A Dimgui.cpp2204 StartPosY = ImGui::GetCursorPosY();
2222 // In theory here we should assert that ImGui::GetCursorPosY() == StartPosY + DisplayEnd * ItemsHeight, but it feels saner to just seek at the end and not assert/crash the user.
2240 StartPosY = ImGui::GetCursorPosY();
2247 float items_height = ImGui::GetCursorPosY() - StartPosY;
6339 float ImGui::GetCursorPosY() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1004 data->window_size = ImVec2(data->window_size.x, ImGui::GetCursorPosY() + 10.0f);

Completed in 57 milliseconds