/external/webrtc/modules/desktop_capture/ |
D | window_finder_unittest.cc | 70 SetWindowPos(console_window, HWND_TOPMOST, 0, 0, 0, 0, in TEST() 85 SetWindowPos(console_window, HWND_NOTOPMOST, 0, 0, 0, 0, in TEST()
|
D | screen_drawer_win.cc | 183 if (SetWindowPos(window_, HWND_TOPMOST, 0, 0, 0, 0, in BringToFront()
|
/external/swiftshader/src/Main/ |
D | FrameBufferGDI.cpp | 27 SetWindowPos(windowHandle, HWND_TOPMOST, 0, 0, width, height, SWP_SHOWWINDOW); in FrameBufferGDI() 59 …SetWindowPos(windowHandle, HWND_TOP, desktopWidth / 2 - windowWidth / 2, desktopHeight / 2 - windo… in ~FrameBufferGDI()
|
/external/swiftshader/src/Vulkan/ |
D | main.cpp | 30 SetWindowPos(hwnd, HWND_TOP, rect.right / 2, rect.bottom / 2, 0, 0, SWP_NOSIZE); in DebuggerWaitDialogProc()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32Window.cpp | 123 if (!SetWindowPos(m_window, NULL, 0, 0, in setSize()
|
/external/angle/src/libGLESv2/ |
D | global_state.cpp | 189 ::SetWindowPos(hwnd, HWND_TOP, rect.right / 2, rect.bottom / 2, 0, 0, SWP_NOSIZE); in DebuggerWaitDialogProc()
|
/external/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_magnifier.cc | 149 BOOL result = SetWindowPos(magnifier_window_, NULL, rect.left(), rect.top(), in CaptureImage()
|
/external/skia/tools/viewer/ |
D | SkottieSlide.cpp | 339 ImGui::SetWindowPos(ImVec2(ui_area.x(), ui_area.y())); in renderUI()
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 505 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE | in CenterAbout()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 137 SetWindowPos(hwnd, HWND_TOP, rect.right / 2, rect.bottom / 2, 0, 0, SWP_NOSIZE); in DebuggerWaitDialogProc()
|
/external/mesa3d/src/imgui/ |
D | imgui.h | 278 …IMGUI_API void SetWindowPos(const ImVec2& pos, ImGuiCond cond = 0); … 283 …IMGUI_API void SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond = 0); …
|
D | imgui.cpp | 3121 SetWindowPos(moving_window, pos, ImGuiCond_Always); in UpdateMouseMovingWindowNewFrame() 4949 SetWindowPos(window, g.NextWindowData.PosVal, g.NextWindowData.PosCond); in Begin() 5128 …SetWindowPos(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()
|
D | imgui_internal.h | 1336 IMGUI_API void SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond);
|
/external/skia/samplecode/ |
D | SampleVariableWidthStroker.cpp | 1310 ImGui::SetWindowPos(ImVec2(uiArea.x(), uiArea.y())); in drawUI()
|