/external/lzma/CPP/Windows/Control/ |
D | Dialog.cpp | 135 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/ |
D | window_capture_utils.cc | 33 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()
|
D | window_capture_utils.h | 27 bool GetWindowRect(HWND window, DesktopRect* result);
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_wnd.cpp | 186 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()
|
D | cpwl_scroll_bar.cpp | 127 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()
|
D | cpwl_special_button.cpp | 22 return GetWindowRect().GetDeflated(static_cast<float>(GetBorderWidth()), in GetFocusRect()
|
D | cpwl_combo_box.cpp | 117 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()
|
D | cpwl_edit.cpp | 71 CFX_FloatRect rcClient = GetWindowRect().GetDeflated(width, width); in GetClientRect() 113 m_rcOldWindow = GetWindowRect(); in OnCreated()
|
D | cpwl_wnd.h | 211 CFX_FloatRect GetWindowRect() const;
|
D | cpwl_list_box.cpp | 366 return GetWindowRect().GetDeflated(width, width); in GetListRect()
|
/external/webrtc/modules/desktop_capture/linux/ |
D | window_list_utils.h | 42 bool GetWindowRect(::Display* display,
|
D | window_finder_x11.cc | 32 if (GetWindowRect(this->cache_->display(), window, &rect) && in GetWindowUnderPoint()
|
D | window_list_utils.cc | 166 bool GetWindowRect(::Display* display, in GetWindowRect() function
|
D | x_server_pixel_buffer.cc | 189 if (!GetWindowRect(display_, window, &window_rect_, &attributes)) { in Init()
|
/external/lzma/CPP/Windows/ |
D | Window.h | 78 bool GetWindowRect(LPRECT rect) const { return BOOLToBool(::GetWindowRect(_window,rect)); } in GetWindowRect() function 139 ::GetWindowRect(hwnd, &rect); in ChangeSubWindowSizeX()
|
/external/swiftshader/src/Vulkan/ |
D | main.cpp | 29 GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc()
|
/external/webrtc/modules/desktop_capture/ |
D | cropping_window_capturer_win.cc | 204 if (!GetWindowRect(selected, &window_region_rect_)) { in ShouldUseScreenCapturer()
|
/external/angle/src/libGLESv2/ |
D | global_state.cpp | 188 ::GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc()
|
/external/swiftshader/src/Main/ |
D | FrameBufferGDI.cpp | 54 GetWindowRect(windowHandle, &windowRect); in ~FrameBufferGDI()
|
/external/skia/tools/sk_app/win/ |
D | D3D12WindowContext_win.cpp | 90 GetWindowRect(fWindow, &windowRect); in initializeContext()
|
D | Window_win.cpp | 46 if (GetWindowRect(fHWnd, &r)) { in closeWindow()
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/ |
D | BrowserDialog.cpp | 104 mBrowserList.GetWindowRect( rect ); in OnInitDialog()
|
/external/angle/util/windows/win32/ |
D | Win32Window.cpp | 763 if (!GetWindowRect(mParentWindow, &windowRect)) in setPosition() 785 if (!GetWindowRect(mParentWindow, &windowRect)) in resize()
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 467 GetWindowRect (hwndChild, &rChild); in CenterAbout() 472 GetWindowRect (hwndParent, &rParent); in CenterAbout()
|
/external/skqp/tools/sk_app/win/ |
D | Window_win.cpp | 44 if (GetWindowRect(fHWnd, &r)) { in closeWindow()
|