Home
last modified time | relevance | path

Searched refs:GetWindowRect (Results 1 – 25 of 33) sorted by relevance

12

/external/lzma/CPP/Windows/Control/
DDialog.cpp135 if (!::GetWindowRect(GetItem(id), &rect)) in GetItemSizes()
144 ::GetWindowRect(GetItem(id), &rect); in GetClientRectOfItem()
160 GetWindowRect(&rect); in NormalizeSize()
189 GetWindowRect(&rect); in NormalizePosition()
/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.cc33 bool GetWindowRect(HWND window, DesktopRect* result) { in GetWindowRect() function
35 if (!::GetWindowRect(window, &rect)) { in GetWindowRect()
47 if (!GetWindowRect(window, &window_rect)) { in GetCroppedWindowRect()
91 if (!GetWindowRect(window, result)) { in GetWindowContentRect()
Dwindow_capture_utils.h27 bool GetWindowRect(HWND window, DesktopRect* result);
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp186 CFX_FloatRect rcOld = GetWindowRect(); in Move()
222 CFX_FloatRect rectWnd = GetWindowRect(); in DrawThisAppearance()
259 CFX_FloatRect rcRefresh = pRect ? *pRect : GetWindowRect(); in InvalidateRect()
402 CFX_FloatRect CPWL_Wnd::GetWindowRect() const { in GetWindowRect() function in CPWL_Wnd
407 CFX_FloatRect rcWindow = GetWindowRect(); in GetClientRect()
537 return IsValid() && IsVisible() && GetWindowRect().Contains(point); in WndHitTest()
584 CFX_FloatRect rcContent = GetWindowRect(); in RePosChildWnd()
644 CFX_FloatRect rect = GetWindowRect(); in GetFocusRect()
Dcpwl_scroll_bar.cpp127 CFX_FloatRect rectWnd = GetWindowRect(); in DrawThisAppearance()
395 CFX_FloatRect rectWnd = GetWindowRect(); in DrawThisAppearance()
428 CFX_FloatRect rcPosButton = m_pPosButton->GetWindowRect(); in OnLButtonDown()
704 CFX_FloatRect rcPosButton = m_pPosButton->GetWindowRect(); in OnPosButtonLBDown()
801 CFX_FloatRect rcMin = m_pMinButton->GetWindowRect(); in GetScrollArea()
802 CFX_FloatRect rcMax = m_pMaxButton->GetWindowRect(); in GetScrollArea()
Dcpwl_special_button.cpp22 return GetWindowRect().GetDeflated(static_cast<float>(GetBorderWidth()), in GetFocusRect()
Dcpwl_combo_box.cpp117 CFX_FloatRect rectWnd = CPWL_Wnd::GetWindowRect(); in DrawThisAppearance()
355 CFX_FloatRect rcList = CPWL_Wnd::GetWindowRect(); in RePosChildWnd()
469 m_rcOldWindow = CPWL_Wnd::GetWindowRect(); in SetPopup()
Dcpwl_edit.cpp71 CFX_FloatRect rcClient = GetWindowRect().GetDeflated(width, width); in GetClientRect()
113 m_rcOldWindow = GetWindowRect(); in OnCreated()
Dcpwl_wnd.h211 CFX_FloatRect GetWindowRect() const;
Dcpwl_list_box.cpp366 return GetWindowRect().GetDeflated(width, width); in GetListRect()
/external/webrtc/modules/desktop_capture/linux/
Dwindow_list_utils.h42 bool GetWindowRect(::Display* display,
Dwindow_finder_x11.cc32 if (GetWindowRect(this->cache_->display(), window, &rect) && in GetWindowUnderPoint()
Dwindow_list_utils.cc166 bool GetWindowRect(::Display* display, in GetWindowRect() function
Dx_server_pixel_buffer.cc189 if (!GetWindowRect(display_, window, &window_rect_, &attributes)) { in Init()
/external/lzma/CPP/Windows/
DWindow.h78 bool GetWindowRect(LPRECT rect) const { return BOOLToBool(::GetWindowRect(_window,rect)); } in GetWindowRect() function
139 ::GetWindowRect(hwnd, &rect); in ChangeSubWindowSizeX()
/external/swiftshader/src/Vulkan/
Dmain.cpp29 GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc()
/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc204 if (!GetWindowRect(selected, &window_region_rect_)) { in ShouldUseScreenCapturer()
/external/angle/src/libGLESv2/
Dglobal_state.cpp188 ::GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc()
/external/swiftshader/src/Main/
DFrameBufferGDI.cpp54 GetWindowRect(windowHandle, &windowRect); in ~FrameBufferGDI()
/external/skia/tools/sk_app/win/
DD3D12WindowContext_win.cpp90 GetWindowRect(fWindow, &windowRect); in initializeContext()
DWindow_win.cpp46 if (GetWindowRect(fHWnd, &r)) { in closeWindow()
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
DBrowserDialog.cpp104 mBrowserList.GetWindowRect( rect ); in OnInitDialog()
/external/angle/util/windows/win32/
DWin32Window.cpp763 if (!GetWindowRect(mParentWindow, &windowRect)) in setPosition()
785 if (!GetWindowRect(mParentWindow, &windowRect)) in resize()
/external/libpng/contrib/visupng/
DVisualPng.c467 GetWindowRect (hwndChild, &rChild); in CenterAbout()
472 GetWindowRect (hwndParent, &rParent); in CenterAbout()
/external/skqp/tools/sk_app/win/
DWindow_win.cpp44 if (GetWindowRect(fHWnd, &r)) { in closeWindow()

12