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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DX11Controller.h139 - (IBAction) next_window:(id)sender;
H A DX11Controller.m601 - (IBAction) next_window:sender
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DX11Controller.h107 - (IBAction)next_window:(id)sender;
H A DX11Controller.m668 - (IBAction) next_window:sender
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp5648 if (ImGuiWindow* next_window = g.OpenPopupStack[g.BeginPopupStack.Size].Window) local in function:ImGui::BeginMenu
5651 ImRect next_window_rect = next_window->Rect();
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();
5656 ta.x += (window->Pos.x < next_window->Pos.x) ? -0.5f : +0.5f; // to avoid numerical issues
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp5648 if (ImGuiWindow* next_window = g.OpenPopupStack[g.BeginPopupStack.Size].Window) local in function:ImGui::BeginMenu
5651 ImRect next_window_rect = next_window->Rect();
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();
5656 ta.x += (window->Pos.x < next_window->Pos.x) ? -0.5f : +0.5f; // to avoid numerical issues

Completed in 30 milliseconds