/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_bvideo.cc | 76 device->SetWindowSize = BE_SetWindowSize; in BE_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/ |
D | SDL_pspvideo.c | 121 device->SetWindowSize = PSP_SetWindowSize; in PSP_Create()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/ |
D | SDL_emscriptenvideo.c | 99 device->SetWindowSize = Emscripten_SetWindowSize; in Emscripten_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/ |
D | SDL_rpivideo.c | 108 device->SetWindowSize = RPI_SetWindowSize; in RPI_Create()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/ |
D | SDL_vivantevideo.c | 94 device->SetWindowSize = VIVANTE_SetWindowSize; in VIVANTE_Create()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_sysvideo.h | 208 void (*SetWindowSize) (_THIS, SDL_Window * window); member
|
D | SDL_video.c | 1898 if (_this->SetWindowSize) { in SDL_SetWindowSize() 1899 _this->SetWindowSize(_this, window); in SDL_SetWindowSize()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirvideo.c | 177 device->SetWindowSize = MIR_SetWindowSize; in MIR_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_video.c | 123 device->SetWindowSize = DirectFB_SetWindowSize; in DirectFB_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandvideo.c | 174 device->SetWindowSize = Wayland_SetWindowSize; in Wayland_CreateDevice()
|
/third_party/skia/tools/viewer/ |
D | SkottieSlide.cpp | 340 ImGui::SetWindowSize(ImVec2(ui_area.width(), ui_area.height())); in renderUI()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsvideo.c | 139 device->SetWindowSize = WIN_SetWindowSize; in WIN_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoavideo.m | 88 device->SetWindowSize = Cocoa_SetWindowSize;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11video.c | 236 device->SetWindowSize = X11_SetWindowSize; in X11_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/ |
D | SDL_pandora.c | 110 device->SetWindowSize = PND_setwindowsize; in PND_create()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtvideo.cpp | 144 device->SetWindowSize = WINRT_SetWindowSize; in WINRT_CreateDevice()
|
/third_party/mesa3d/src/imgui/ |
D | imgui_memory_editor.h | 207 ImGui::SetWindowSize(ImVec2(s.WindowWidth, ImGui::GetWindowSize().y));
|
D | imgui.h | 279 …IMGUI_API void SetWindowSize(const ImVec2& size, ImGuiCond cond = 0); … 284 …IMGUI_API void SetWindowSize(const char* name, const ImVec2& size, ImGuiCond cond = 0); …
|
D | imgui.cpp | 4956 SetWindowSize(window, g.NextWindowData.SizeVal, g.NextWindowData.SizeCond); in Begin() 6083 void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) in SetWindowSize() function in ImGui 6115 void ImGui::SetWindowSize(const ImVec2& size, ImGuiCond cond) in SetWindowSize() function in ImGui 6117 SetWindowSize(GImGui->CurrentWindow, size, cond); in SetWindowSize() 6120 void ImGui::SetWindowSize(const char* name, const ImVec2& size, ImGuiCond cond) in SetWindowSize() function in ImGui 6123 SetWindowSize(window, size, cond); in SetWindowSize()
|
D | imgui_internal.h | 1337 IMGUI_API void SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond);
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.h | 274 …IMGUI_API void SetWindowSize(const ImVec2& size, ImGuiCond cond = 0); … 279 …IMGUI_API void SetWindowSize(const char* name, const ImVec2& size, ImGuiCond cond = 0); …
|
D | imgui.cpp | 991 static void SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond); 4832 SetWindowSize(window, g.NextWindowData.SizeVal, g.NextWindowData.SizeCond); in Begin() 5956 static void SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) in SetWindowSize() function 5988 void ImGui::SetWindowSize(const ImVec2& size, ImGuiCond cond) in SetWindowSize() function in ImGui 5990 SetWindowSize(GImGui->CurrentWindow, size, cond); in SetWindowSize() 5993 void ImGui::SetWindowSize(const char* name, const ImVec2& size, ImGuiCond cond) in SetWindowSize() function in ImGui 5996 SetWindowSize(window, size, cond); in SetWindowSize()
|
D | imgui_demo.cpp | 3745 if (ImGui::Button("200x200")) { ImGui::SetWindowSize(ImVec2(200, 200)); } ImGui::SameLine(); in ShowExampleAppConstrainedResize() 3746 if (ImGui::Button("500x500")) { ImGui::SetWindowSize(ImVec2(500, 500)); } ImGui::SameLine(); in ShowExampleAppConstrainedResize() 3747 if (ImGui::Button("800x200")) { ImGui::SetWindowSize(ImVec2(800, 200)); } in ShowExampleAppConstrainedResize()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 372 …IMGUI_API void SetWindowSize(const ImVec2& size, ImGuiCond cond = 0); … 377 …IMGUI_API void SetWindowSize(const char* name, const ImVec2& size, ImGuiCond cond = 0); …
|
/third_party/skia/samplecode/ |
D | SampleVariableWidthStroker.cpp | 1311 ImGui::SetWindowSize(ImVec2(uiArea.width(), uiArea.height())); in drawUI()
|