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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp5651 ImRect next_window_rect = next_window->Rect(); local in function:ImGui::BeginMenu
5653 ImVec2 tb = (window->Pos.x < next_window->Pos.x) ? next_window_rect.GetTL() : next_window_rect.GetTR();
5654 ImVec2 tc = (window->Pos.x < next_window->Pos.x) ? next_window_rect.GetBL() : next_window_rect.GetBR();
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp5651 ImRect next_window_rect = next_window->Rect(); local in function:ImGui::BeginMenu
5653 ImVec2 tb = (window->Pos.x < next_window->Pos.x) ? next_window_rect.GetTL() : next_window_rect.GetTR();
5654 ImVec2 tc = (window->Pos.x < next_window->Pos.x) ? next_window_rect.GetBL() : next_window_rect.GetBR();

Completed in 28 milliseconds