Home
last modified time | relevance | path

Searched refs:SetWindowPos (Results 1 – 25 of 26) sorted by relevance

12

/third_party/cef/tests/cefclient/browser/
Dbrowser_window_std_win.cc64 SetWindowPos(hwnd, nullptr, x, y, static_cast<int>(width), in ShowPopup()
88 SetWindowPos(hwnd, nullptr, 0, 0, 0, 0, in Hide()
99 SetWindowPos(hwnd, nullptr, x, y, static_cast<int>(width), in SetBounds()
Dwindow_test_runner_win.cc68 ::SetWindowPos(root_hwnd, nullptr, window_rect.x, window_rect.y, in SetPosImpl()
Droot_window_win.cc251 SetWindowPos(hwnd_, nullptr, x, y, static_cast<int>(width), in SetBounds()
1069 SetWindowPos(hwnd_, nullptr, 0, 0, rect.right - rect.left, in OnAutoResize()
Dosr_window_win.cc238 ::SetWindowPos(hwnd_, nullptr, x, y, static_cast<int>(width), in SetBounds()
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferGDI.cpp27 SetWindowPos(windowHandle, HWND_TOPMOST, 0, 0, width, height, SWP_SHOWWINDOW); in FrameBufferGDI()
59SetWindowPos(windowHandle, HWND_TOP, desktopWidth / 2 - windowWidth / 2, desktopHeight / 2 - windo… in ~FrameBufferGDI()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dmain.cpp30 SetWindowPos(hwnd, HWND_TOP, rect.right / 2, rect.bottom / 2, 0, 0, SWP_NOSIZE); in DebuggerWaitDialogProc()
/third_party/glfw/src/
Dwin32_window.c404 SetWindowPos(window->win32.handle, HWND_TOPMOST, in acquireMonitor()
805 SetWindowPos(window->win32.handle, in windowProc()
1118 SetWindowPos(window->win32.handle, NULL, rect.left, rect.top, 0, 0, in _glfwPlatformSetWindowPos()
1145 SetWindowPos(window->win32.handle, HWND_TOP, in _glfwPlatformSetWindowSize()
1262 SetWindowPos(window->win32.handle, HWND_TOP, in _glfwPlatformSetWindowMonitor()
1294 SetWindowPos(window->win32.handle, HWND_TOPMOST, in _glfwPlatformSetWindowMonitor()
1323 SetWindowPos(window->win32.handle, after, in _glfwPlatformSetWindowMonitor()
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_win.cc350 SetWindowPos(window, NULL, 0, 0, rect.right - rect.left, in SizeTo()
618 SetWindowPos(HWNDForWidget(platform_delegate->window_widget_), NULL, in WndProc()
646 SetWindowPos(platform_delegate->GetHostWindowHandle(), NULL, rect->left, in WndProc()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32Window.cpp123 if (!SetWindowPos(m_window, NULL, 0, 0, in setSize()
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/
Dwin32-videooverlay.c102 SetWindowPos (hwnd, HWND_NOTOPMOST, in switch_fullscreen_mode()
133 SetWindowPos (hwnd, HWND_NOTOPMOST, in switch_fullscreen_mode()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dglobal_state.cpp265 ::SetWindowPos(hwnd, HWND_TOP, rect.right / 2, rect.bottom / 2, 0, 0, SWP_NOSIZE); in DebuggerWaitDialogProc()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window_win32.cpp545 SetWindowPos (hwnd, HWND_NOTOPMOST, in gst_d3d11_window_win32_change_fullscreen_mode_internal()
575 SetWindowPos (hwnd, HWND_TOPMOST, in gst_d3d11_window_win32_change_fullscreen_mode_internal()
823 SetWindowPos (self->internal_hwnd, HWND_TOP, rect.left, rect.top, in sub_class_proc()
/third_party/skia/tools/viewer/
DSkottieSlide.cpp339 ImGui::SetWindowPos(ImVec2(ui_area.x(), ui_area.y())); in renderUI()
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideosink.cpp129SetWindowPos (previous_window, 0, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECH… in gst_dshowvideosink_set_window_handle()
754SetWindowPos (sink->window_id, 0, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECH… in gst_dshowvideosink_set_window_for_renderer()
945SetWindowPos (sink->window_id, 0, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECH… in gst_dshowvideosink_stop_graph()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/
Dgstvkwindow_win32.c254 SetWindowPos (window_win32->internal_win_id, HWND_TOP, rect.left, rect.top, in set_parent_win_id()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c203 SetWindowPos (window_win32->internal_win_id, HWND_TOP, rect.left, rect.top, in set_parent_win_id()
/third_party/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.c505 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE | in CenterAbout()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp137 SetWindowPos(hwnd, HWND_TOP, rect.right / 2, rect.bottom / 2, 0, 0, SWP_NOSIZE); in DebuggerWaitDialogProc()
/third_party/mesa3d/src/imgui/
Dimgui.h278 …IMGUI_API void SetWindowPos(const ImVec2& pos, ImGuiCond cond = 0); …
283 …IMGUI_API void SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond = 0); …
Dimgui.cpp3121 SetWindowPos(moving_window, pos, ImGuiCond_Always); in UpdateMouseMovingWindowNewFrame()
4949 SetWindowPos(window, g.NextWindowData.PosVal, g.NextWindowData.PosCond); in Begin()
5128SetWindowPos(window, ImMax(style.DisplaySafeAreaPadding, window->SetWindowPosVal - window->SizeFul… in Begin()
6048 void ImGui::SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond) in SetWindowPos() function in ImGui
6065 void ImGui::SetWindowPos(const ImVec2& pos, ImGuiCond cond) in SetWindowPos() function in ImGui
6068 SetWindowPos(window, pos, cond); in SetWindowPos()
6071 void ImGui::SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond) in SetWindowPos() function in ImGui
6074 SetWindowPos(window, pos, cond); in SetWindowPos()
Dimgui_internal.h1336 IMGUI_API void SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond);
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp3592 SetWindowPos(moving_window, pos, ImGuiCond_Always); in UpdateMouseMovingWindowNewFrame()
3780 SetWindowPos(window, window->Pos + offset, 0); in UpdateMouseWheel()
5867 SetWindowPos(window, g.NextWindowData.PosVal, g.NextWindowData.PosCond); in Begin()
6064SetWindowPos(window, window->SetWindowPosVal - window->Size * window->SetWindowPosPivot, 0); // Po… in Begin()
6827 void ImGui::SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond) in SetWindowPos() function in ImGui
6847 void ImGui::SetWindowPos(const ImVec2& pos, ImGuiCond cond) in SetWindowPos() function in ImGui
6850 SetWindowPos(window, pos, cond); in SetWindowPos()
6853 void ImGui::SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond) in SetWindowPos() function in ImGui
6856 SetWindowPos(window, pos, cond); in SetWindowPos()
9996SetWindowPos(moving_window, moving_window->Pos + move_delta * move_speed, ImGuiCond_Always); in NavUpdateWindowing()
Dimgui.h371 …IMGUI_API void SetWindowPos(const ImVec2& pos, ImGuiCond cond = 0); …
376 …IMGUI_API void SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond = 0); …
/third_party/skia/samplecode/
DSampleVariableWidthStroker.cpp1310 ImGui::SetWindowPos(ImVec2(uiArea.x(), uiArea.y())); in drawUI()
/third_party/skia/third_party/externals/imgui/docs/
DTODO.txt25 …dow: using SetWindowPos() inside Begin() and moving the window with the mouse reacts a very ugly g…

12