Home
last modified time | relevance | path

Searched refs:GetWindowRect (Results 1 – 25 of 37) 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/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp208 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()
Dcpwl_scroll_bar.cpp143 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()
Dcpwl_special_button.cpp20 return GetWindowRect().GetDeflated(static_cast<float>(GetBorderWidth()), in GetFocusRect()
Dcpwl_combo_box.cpp101 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()
Dcpwl_edit.cpp111 CFX_FloatRect rcClient = GetWindowRect().GetDeflated(width, width); in GetClientRect()
153 m_rcOldWindow = GetWindowRect(); in OnCreated()
Dcpwl_wnd.h215 CFX_FloatRect GetWindowRect() const;
Dcpwl_list_box.cpp372 return GetWindowRect().GetDeflated(width, width); in GetListRect()
/external/webrtc/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc86 if (!GetWindowRect(hwnd, &enumerated_rect)) { in TopWindowVerifier()
155 if (!GetWindowRect(selected, &selected_window_rect)) { in ShouldUseScreenCapturer()
/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/webrtc/webrtc/modules/video_render/ios/
Dvideo_render_ios_gles20.mm38 GetWindowRect(window_rect_);
178 if (GetWindowRect(window_rect_) == -1) {
224 int VideoRenderIosGles20::GetWindowRect(Rect& rect) { function
Dvideo_render_ios_gles20.h44 int GetWindowRect(Rect& rect); // NOLINT
/external/swiftshader/src/Vulkan/
Dmain.cpp29 GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc()
/external/webrtc/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.cc20 if (!GetWindowRect(window, &rect)) { in GetCroppedWindowRect()
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc411 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
Dvideo_render_nsopengl.h157 int GetWindowRect(Rect& rect);
Dvideo_render_agl.h122 int GetWindowRect(Rect& rect);
Dvideo_render_nsopengl.mm521 if (GetWindowRect(_windowRect) == -1)
995 if (GetWindowRect(_windowRect) == -1)
1090 if (GetWindowRect(_windowRect) == -1)
1140 int VideoRenderNSOpenGL::GetWindowRect(Rect& rect)
/external/swiftshader/src/D3D9/
DD3D9.cpp112 GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc()
/external/swiftshader/src/Main/
DFrameBufferGDI.cpp54 GetWindowRect(windowHandle, &windowRect); in ~FrameBufferGDI()
/external/swiftshader/src/WSI/
DFrameBufferGDI.cpp54 GetWindowRect(windowHandle, &windowRect); in ~FrameBufferGDI()
/external/webrtc/talk/media/devices/
Dgdivideorenderer.cc221 GetWindowRect(handle(), &rcWindow); in OnSize()
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
DBrowserDialog.cpp104 mBrowserList.GetWindowRect( rect ); in OnInitDialog()
/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