/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_demo.cpp | 237 ImGui::SetNextWindowPos(ImVec2(650, 20), ImGuiCond_FirstUseEver); in ShowDemoWindow() 238 ImGui::SetNextWindowSize(ImVec2(550, 680), ImGuiCond_FirstUseEver); in ShowDemoWindow() 3119 ImGui::SetNextWindowSize(ImVec2(520,600), ImGuiCond_FirstUseEver); in Draw() 3476 ImGui::SetNextWindowSize(ImVec2(500, 400), ImGuiCond_FirstUseEver); in ShowExampleAppLog() 3502 ImGui::SetNextWindowSize(ImVec2(500, 440), ImGuiCond_FirstUseEver); in ShowExampleAppLayout() 3563 ImGui::SetNextWindowSize(ImVec2(430,450), ImGuiCond_FirstUseEver); in ShowExampleAppPropertyEditor() 3636 ImGui::SetNextWindowSize(ImVec2(520,600), ImGuiCond_FirstUseEver); in ShowExampleAppLongText() 3807 ImGui::SetNextWindowPos(ImVec2(100, 100), ImGuiCond_FirstUseEver); in ShowExampleAppWindowTitles() 3812 ImGui::SetNextWindowPos(ImVec2(100, 200), ImGuiCond_FirstUseEver); in ShowExampleAppWindowTitles() 3820 ImGui::SetNextWindowPos(ImVec2(100, 300), ImGuiCond_FirstUseEver); in ShowExampleAppWindowTitles() [all …]
|
D | imgui.h | 1148 …ImGuiCond_FirstUseEver = 1 << 2, // Set the variable if the object/window has no persistently s… enumerator 1153 … ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiCond_FirstUseEver, ImGuiSetC…
|
D | imgui.cpp | 2477 …tWindowCollapsedAllowFlags = ImGuiCond_Always | ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCon… in ImGuiWindow() 3469 SetNextWindowSize(ImVec2(400,400), ImGuiCond_FirstUseEver); in NewFrame() 4417 SetWindowConditionAllowFlags(window, ImGuiCond_FirstUseEver, false); in CreateNewWindow() 4821 …window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); in Begin() 5367 SetNextWindowSize(size_first_use, ImGuiCond_FirstUseEver); in Begin() 5928 …window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); in SetWindowPos() 5963 …window->SetWindowSizeAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing… in SetWindowSize() 6004 …window->SetWindowCollapsedAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appe… in SetWindowCollapsed()
|
/third_party/mesa3d/src/intel/tools/ |
D | aubinator_viewer.cpp | 1089 ImGui::SetNextWindowPos(window->position, ImGuiCond_FirstUseEver); in display_windows() 1090 ImGui::SetNextWindowSize(window->size, ImGuiCond_FirstUseEver); in display_windows()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_demo.cpp | 340 …Pos(ImVec2(main_viewport->WorkPos.x + 650, main_viewport->WorkPos.y + 20), ImGuiCond_FirstUseEver); in ShowDemoWindow() 341 ImGui::SetNextWindowSize(ImVec2(550, 680), ImGuiCond_FirstUseEver); in ShowDemoWindow() 6283 ImGui::SetNextWindowSize(ImVec2(520, 600), ImGuiCond_FirstUseEver); 6711 ImGui::SetNextWindowSize(ImVec2(500, 400), ImGuiCond_FirstUseEver); 6740 ImGui::SetNextWindowSize(ImVec2(500, 440), ImGuiCond_FirstUseEver); 6853 ImGui::SetNextWindowSize(ImVec2(430, 450), ImGuiCond_FirstUseEver); 6888 ImGui::SetNextWindowSize(ImVec2(520, 600), ImGuiCond_FirstUseEver); 7120 ImGui::SetNextWindowPos(ImVec2(base_pos.x + 100, base_pos.y + 100), ImGuiCond_FirstUseEver); 7125 ImGui::SetNextWindowPos(ImVec2(base_pos.x + 100, base_pos.y + 200), ImGuiCond_FirstUseEver); 7133 ImGui::SetNextWindowPos(ImVec2(base_pos.x + 100, base_pos.y + 300), ImGuiCond_FirstUseEver);
|
D | imgui.cpp | 2949 …tWindowCollapsedAllowFlags = ImGuiCond_Always | ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCon… in ImGuiWindow() 4160 SetNextWindowSize(ImVec2(400, 400), ImGuiCond_FirstUseEver); in NewFrame() 5184 SetWindowConditionAllowFlags(window, ImGuiCond_FirstUseEver, false); in CreateNewWindow() 5863 …window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); in Begin() 6834 …window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); in SetWindowPos() 6872 …window->SetWindowSizeAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing… in SetWindowSize() 6913 …window->SetWindowCollapsedAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appe… in SetWindowCollapsed() 8541 SetNextWindowPos(viewport->GetCenter(), ImGuiCond_FirstUseEver, ImVec2(0.5f, 0.5f)); in BeginPopupModal()
|
D | imgui.h | 1659 …ImGuiCond_FirstUseEver = 1 << 2, // Set the variable if the object/window has no persistently s… enumerator
|
/third_party/flutter/skia/tools/viewer/ |
D | Viewer.cpp | 1517 ImGui::SetNextWindowSize(ImVec2(400, 400), ImGuiCond_FirstUseEver); in drawImGui() 2107 ImGui::SetNextWindowSize(ImVec2(400, 400), ImGuiCond_FirstUseEver); in drawImGui() 2118 ImGui::SetNextWindowSize(ImVec2(200, 200), ImGuiCond_FirstUseEver); in drawImGui()
|
/third_party/skia/tools/viewer/ |
D | Viewer.cpp | 1888 ImGui::SetNextWindowSize(ImVec2(400, 400), ImGuiCond_FirstUseEver); in drawImGui() 2734 ImGui::SetNextWindowSize(ImVec2(400, 400), ImGuiCond_FirstUseEver); in drawImGui() 2748 ImGui::SetNextWindowSize(ImVec2(200, 200), ImGuiCond_FirstUseEver); in drawImGui()
|
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 1156 …ImGuiCond_FirstUseEver = 1 << 2, // Set the variable if the object/window has no persistently s… enumerator 1161 … ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiCond_FirstUseEver, ImGuiSetC…
|
D | imgui.cpp | 2534 …tWindowCollapsedAllowFlags = ImGuiCond_Always | ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCon… in ImGuiWindow() 3534 SetNextWindowSize(ImVec2(400,400), ImGuiCond_FirstUseEver); in NewFrame() 4496 SetWindowConditionAllowFlags(window, ImGuiCond_FirstUseEver, false); in CreateNewWindow() 4945 …window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); in Begin() 5493 SetNextWindowSize(size_first_use, ImGuiCond_FirstUseEver); in Begin() 6055 …window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); in SetWindowPos() 6090 …window->SetWindowSizeAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing… in SetWindowSize() 6131 …window->SetWindowCollapsedAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appe… in SetWindowCollapsed()
|