Searched refs:GetWindowRect (Results 1 - 25 of 29) sorted by relevance

12

/external/lzma/CPP/Windows/Control/
H A DDialog.cpp134 if (!::GetWindowRect(GetItem(id), &rect))
143 ::GetWindowRect(GetItem(id), &rect);
159 GetWindowRect(&rect);
188 GetWindowRect(&rect);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_SpecialButton.cpp21 return CPWL_Utils::DeflateRect(GetWindowRect(), (FX_FLOAT)GetBorderWidth());
H A DPWL_Wnd.cpp278 CPDF_Rect rcOld = GetWindowRect();
314 CPDF_Rect rectWnd = GetWindowRect();
351 CPDF_Rect rectWnd = GetWindowRect();
386 CPDF_Rect rcRefresh = pRect ? *pRect : GetWindowRect();
531 CPDF_Rect CPWL_Wnd::GetWindowRect() const { function in class:CPWL_Wnd
536 CPDF_Rect rcWindow = GetWindowRect();
686 return IsValid() && IsVisible() && GetWindowRect().Contains(point.x, point.y);
731 GetWindowRect(), (FX_FLOAT)(GetBorderWidth() + GetInnerBorderWidth()));
795 return CPWL_Utils::InflateRect(GetWindowRect(), 1);
H A DPWL_ListCtrl.cpp88 fy = pChild->GetWindowRect().bottom - m_fItemSpace;
150 CPDF_Rect rcChild = pChild->ChildToParent(pChild->GetWindowRect());
H A DPWL_ComboBox.cpp113 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect();
146 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect();
360 CPDF_Rect rcList = CPWL_Wnd::GetWindowRect();
488 CPDF_Rect rcWindow = CPWL_Wnd::GetWindowRect();
H A DPWL_ScrollBar.cpp135 CPDF_Rect rectWnd = GetWindowRect();
241 CPDF_Rect rectWnd = GetWindowRect();
651 CPDF_Rect rectWnd = GetWindowRect();
669 CPDF_Rect rectWnd = GetWindowRect();
703 CPDF_Rect rcPosButton = m_pPosButton->GetWindowRect();
978 CPDF_Rect rcPosButton = m_pPosButton->GetWindowRect();
1081 CPDF_Rect rcMin = m_pMinButton->GetWindowRect();
1082 CPDF_Rect rcMax = m_pMaxButton->GetWindowRect();
H A DPWL_IconList.cpp225 CPDF_Rect rcWnd = pChild->ChildToParent(pChild->GetWindowRect());
240 CPDF_Rect rcOrigin = pItem->GetWindowRect();
H A DPWL_Edit.cpp91 GetWindowRect(), (FX_FLOAT)(GetBorderWidth() + GetInnerBorderWidth()));
202 m_rcOldWindow = GetWindowRect();
832 CPDF_Rect rcWindow = GetWindowRect();
H A DPWL_ListBox.cpp514 GetWindowRect(), (FX_FLOAT)(GetBorderWidth() + GetInnerBorderWidth()));
/external/webrtc/webrtc/modules/desktop_capture/win/
H A Dwindow_capture_utils.cc20 if (!GetWindowRect(window, &rect)) {
/external/webrtc/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_gles20.h44 int GetWindowRect(Rect& rect); // NOLINT
H A Dvideo_render_ios_gles20.mm38 GetWindowRect(window_rect_);
178 if (GetWindowRect(window_rect_) == -1) {
224 int VideoRenderIosGles20::GetWindowRect(Rect& rect) {
/external/webrtc/webrtc/modules/desktop_capture/
H A Dcropping_window_capturer_win.cc86 if (!GetWindowRect(hwnd, &enumerated_rect)) {
120 // rectangular, or the rect from GetWindowRect if the region is not set.
155 if (!GetWindowRect(selected, &selected_window_rect)) {
/external/lzma/CPP/Windows/
H A DWindow.h77 bool GetWindowRect(LPRECT rect) const { return BOOLToBool(::GetWindowRect(_window,rect)); } function in class:NWindows::CWindow
138 ::GetWindowRect(hwnd, &rect);
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.h122 int GetWindowRect(Rect& rect);
H A Dvideo_render_nsopengl.h157 int GetWindowRect(Rect& rect);
H A Dvideo_render_agl.cc411 GetWindowRect(_windowRect);
519 GetWindowRect(_windowRect);
981 if (GetWindowRect(_windowRect) == -1)
1424 if (GetWindowRect(_windowRect) == -1)
1466 if (GetWindowRect(_windowRect) == -1)
1526 int VideoRenderAGL::GetWindowRect(Rect& rect) function in class:webrtc::VideoRenderAGL
1542 //WEBRTC_LOG(kTraceError,"GetWindowRect() HIViewIsValid() returned false");
1550 //WEBRTC_LOG(kTraceDebug, "GetWindowRect() rect.top = 0");
1560 //WEBRTC_LOG(kTraceDebug, "GetWindowRect() rect.left = 0");
1570 //WEBRTC_LOG(kTraceDebug, "GetWindowRect() rec
[all...]
H A 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/pdfium/fpdfsdk/include/formfiller/
H A DFFL_FormFiller.h118 CPDF_Rect GetWindowRect(CPDFSDK_PageView* pPageView);
/external/webrtc/talk/media/devices/
H A Dgdivideorenderer.cc221 GetWindowRect(handle(), &rcWindow);
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp237 GetWindowRect((HWND)fHWND, &r);
712 GetWindowRect((HWND)fHWND, &fSavedWindowState.fRect);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_FormFiller.cpp45 CPDF_Rect CFFL_FormFiller::GetWindowRect(CPDFSDK_PageView* pPageView) { function in class:CFFL_FormFiller
47 return pWnd->GetWindowRect();
61 CPDF_Rect rcWindow = pWnd->GetWindowRect();
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_framebuffer.c163 GetWindowRect(fb->hWnd, &window_rect)) {
/external/libpng/contrib/visupng/
H A DVisualPng.c467 GetWindowRect (hwndChild, &rChild);
472 GetWindowRect (hwndParent, &rParent);
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Wnd.h344 virtual CPDF_Rect GetWindowRect() const;

Completed in 421 milliseconds

12