Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_widgets.cpp5651 ImRect next_window_rect = next_window->Rect(); in BeginMenu() local
5653 …ImVec2 tb = (window->Pos.x < next_window->Pos.x) ? next_window_rect.GetTL() : next_window_rect.Get… in BeginMenu()
5654 …ImVec2 tc = (window->Pos.x < next_window->Pos.x) ? next_window_rect.GetBL() : next_window_rect.Get… in BeginMenu()