/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/pdfium/fpdfsdk/pwl/ |
D | cpwl_wnd.cpp | 208 CFX_FloatRect rcOld = GetWindowRect(); in Move() 244 CFX_FloatRect rectWnd = GetWindowRect(); in DrawThisAppearance() 284 CFX_FloatRect rcRefresh = pRect ? *pRect : GetWindowRect(); in InvalidateRect() 410 CFX_FloatRect CPWL_Wnd::GetWindowRect() const { in GetWindowRect() function in CPWL_Wnd 415 CFX_FloatRect rcWindow = GetWindowRect(); in GetClientRect() 546 return IsValid() && IsVisible() && GetWindowRect().Contains(point); in WndHitTest() 601 CFX_FloatRect rcContent = GetWindowRect(); in RePosChildWnd() 666 CFX_FloatRect rect = GetWindowRect(); in GetFocusRect()
|
D | cpwl_scroll_bar.cpp | 143 CFX_FloatRect rectWnd = GetWindowRect(); in DrawThisAppearance() 426 CFX_FloatRect rectWnd = GetWindowRect(); in DrawThisAppearance() 459 CFX_FloatRect rcPosButton = m_pPosButton->GetWindowRect(); in OnLButtonDown() 736 CFX_FloatRect rcPosButton = m_pPosButton->GetWindowRect(); in OnPosButtonLBDown() 833 CFX_FloatRect rcMin = m_pMinButton->GetWindowRect(); in GetScrollArea() 834 CFX_FloatRect rcMax = m_pMaxButton->GetWindowRect(); in GetScrollArea()
|
D | cpwl_special_button.cpp | 20 return GetWindowRect().GetDeflated(static_cast<float>(GetBorderWidth()), in GetFocusRect()
|
D | cpwl_combo_box.cpp | 101 CFX_FloatRect rectWnd = CPWL_Wnd::GetWindowRect(); in DrawThisAppearance() 331 CFX_FloatRect rcList = CPWL_Wnd::GetWindowRect(); in RePosChildWnd() 448 m_rcOldWindow = CPWL_Wnd::GetWindowRect(); in SetPopup()
|
D | cpwl_edit.cpp | 111 CFX_FloatRect rcClient = GetWindowRect().GetDeflated(width, width); in GetClientRect() 153 m_rcOldWindow = GetWindowRect(); in OnCreated()
|
D | cpwl_wnd.h | 215 CFX_FloatRect GetWindowRect() const;
|
D | cpwl_list_box.cpp | 372 return GetWindowRect().GetDeflated(width, width); in GetListRect()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | cropping_window_capturer_win.cc | 86 if (!GetWindowRect(hwnd, &enumerated_rect)) { in TopWindowVerifier() 155 if (!GetWindowRect(selected, &selected_window_rect)) { in ShouldUseScreenCapturer()
|
/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/webrtc/webrtc/modules/video_render/ios/ |
D | video_render_ios_gles20.mm | 38 GetWindowRect(window_rect_); 178 if (GetWindowRect(window_rect_) == -1) { 224 int VideoRenderIosGles20::GetWindowRect(Rect& rect) { function
|
D | video_render_ios_gles20.h | 44 int GetWindowRect(Rect& rect); // NOLINT
|
/external/swiftshader/src/Vulkan/ |
D | main.cpp | 29 GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc()
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | window_capture_utils.cc | 20 if (!GetWindowRect(window, &rect)) { in GetCroppedWindowRect()
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_agl.cc | 411 GetWindowRect(_windowRect); in VideoRenderAGL() 519 GetWindowRect(_windowRect); in VideoRenderAGL() 981 if (GetWindowRect(_windowRect) == -1) in ScreenUpdateProcess() 1424 if (GetWindowRect(_windowRect) == -1) in CreateMixingContext() 1466 if (GetWindowRect(_windowRect) == -1) in RenderOffScreenBuffers() 1526 int VideoRenderAGL::GetWindowRect(Rect& rect) in GetWindowRect() function in webrtc::VideoRenderAGL
|
D | video_render_nsopengl.h | 157 int GetWindowRect(Rect& rect);
|
D | video_render_agl.h | 122 int GetWindowRect(Rect& rect);
|
D | video_render_nsopengl.mm | 521 if (GetWindowRect(_windowRect) == -1) 995 if (GetWindowRect(_windowRect) == -1) 1090 if (GetWindowRect(_windowRect) == -1) 1140 int VideoRenderNSOpenGL::GetWindowRect(Rect& rect)
|
/external/swiftshader/src/D3D9/ |
D | D3D9.cpp | 112 GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc()
|
/external/swiftshader/src/Main/ |
D | FrameBufferGDI.cpp | 54 GetWindowRect(windowHandle, &windowRect); in ~FrameBufferGDI()
|
/external/swiftshader/src/WSI/ |
D | FrameBufferGDI.cpp | 54 GetWindowRect(windowHandle, &windowRect); in ~FrameBufferGDI()
|
/external/webrtc/talk/media/devices/ |
D | gdivideorenderer.cc | 221 GetWindowRect(handle(), &rcWindow); in OnSize()
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/ |
D | BrowserDialog.cpp | 104 mBrowserList.GetWindowRect( rect ); in OnInitDialog()
|
/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()
|