Home
last modified time | relevance | path

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

/third_party/mesa3d/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(); in Begin()
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. in End()
2240 StartPosY = ImGui::GetCursorPosY(); in Step()
2247 float items_height = ImGui::GetCursorPosY() - StartPosY; in Step()
6339 float ImGui::GetCursorPosY() in GetCursorPosY() function in ImGui
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1004 data->window_size = ImVec2(data->window_size.x, ImGui::GetCursorPosY() + 10.0f); in compute_swapchain_display()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h451 IMGUI_API float GetCursorPosY(); // other functions such as GetCursorScreenPos or everything in ImDrawList::
H A Dimgui.cpp2349 // 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. in End()
7459 // - GetCursorPos(), GetCursorPosX(), GetCursorPosY()
7646 float ImGui::GetCursorPosY() in GetCursorPosY() function in ImGui

Completed in 63 milliseconds