Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dwindow_finder_unittest.cc70 SetWindowPos(console_window, HWND_TOPMOST, 0, 0, 0, 0, in TEST()
85 SetWindowPos(console_window, HWND_NOTOPMOST, 0, 0, 0, 0, in TEST()
Dscreen_drawer_win.cc183 if (SetWindowPos(window_, HWND_TOPMOST, 0, 0, 0, 0, in BringToFront()
/external/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()
/external/swiftshader/src/Vulkan/
Dmain.cpp30 SetWindowPos(hwnd, HWND_TOP, rect.right / 2, rect.bottom / 2, 0, 0, SWP_NOSIZE); in DebuggerWaitDialogProc()
/external/deqp/framework/platform/win32/
DtcuWin32Window.cpp123 if (!SetWindowPos(m_window, NULL, 0, 0, in setSize()
/external/angle/src/libGLESv2/
Dglobal_state.cpp189 ::SetWindowPos(hwnd, HWND_TOP, rect.right / 2, rect.bottom / 2, 0, 0, SWP_NOSIZE); in DebuggerWaitDialogProc()
/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc149 BOOL result = SetWindowPos(magnifier_window_, NULL, rect.left(), rect.top(), in CaptureImage()
/external/skia/tools/viewer/
DSkottieSlide.cpp339 ImGui::SetWindowPos(ImVec2(ui_area.x(), ui_area.y())); in renderUI()
/external/libpng/contrib/visupng/
DVisualPng.c505 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE | in CenterAbout()
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp137 SetWindowPos(hwnd, HWND_TOP, rect.right / 2, rect.bottom / 2, 0, 0, SWP_NOSIZE); in DebuggerWaitDialogProc()
/external/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);
/external/skia/samplecode/
DSampleVariableWidthStroker.cpp1310 ImGui::SetWindowPos(ImVec2(uiArea.x(), uiArea.y())); in drawUI()