HomeSort by relevance Sort by last modified time
    Searched refs:GetWindowRect (Results 1 - 25 of 36) sorted by null

1 2

  /external/lzma/CPP/Windows/Control/
Dialog.cpp 134 if (!::GetWindowRect(GetItem(id), &rect))
143 ::GetWindowRect(GetItem(id), &rect);
159 GetWindowRect(&rect);
188 GetWindowRect(&rect);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_SpecialButton.cpp 21 return CPWL_Utils::DeflateRect(GetWindowRect(), (FX_FLOAT)GetBorderWidth());
PWL_Wnd.cpp 278 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 {
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);
PWL_ListCtrl.cpp 88 fy = pChild->GetWindowRect().bottom - m_fItemSpace;
150 CPDF_Rect rcChild = pChild->ChildToParent(pChild->GetWindowRect());
PWL_ComboBox.cpp 113 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();
PWL_ScrollBar.cpp 135 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();
    [all...]
PWL_IconList.cpp 225 CPDF_Rect rcWnd = pChild->ChildToParent(pChild->GetWindowRect());
240 CPDF_Rect rcOrigin = pItem->GetWindowRect();
PWL_Edit.cpp 91 GetWindowRect(), (FX_FLOAT)(GetBorderWidth() + GetInnerBorderWidth()));
202 m_rcOldWindow = GetWindowRect();
832 CPDF_Rect rcWindow = GetWindowRect();
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/win/
window_capture_utils.cc 20 if (!GetWindowRect(window, &rect)) {
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_gles20.h 44 int GetWindowRect(Rect& rect); // NOLINT
video_render_ios_gles20.mm 38 GetWindowRect(window_rect_);
178 if (GetWindowRect(window_rect_) == -1) {
224 int VideoRenderIosGles20::GetWindowRect(Rect& rect) {
  /external/webrtc/webrtc/modules/desktop_capture/
cropping_window_capturer_win.cc 86 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/
Window.h 77 bool GetWindowRect(LPRECT rect) const { return BOOLToBool(::GetWindowRect(_window,rect)); }
138 ::GetWindowRect(hwnd, &rect);
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.h 122 int GetWindowRect(Rect& rect);
video_render_nsopengl.h 157 int GetWindowRect(Rect& rect);
video_render_agl.cc 411 GetWindowRect(_windowRect);
519 GetWindowRect(_windowRect);
981 if (GetWindowRect(_windowRect) == -1)
    [all...]
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/opencv3/modules/highgui/src/
window_w32.cpp 466 GetWindowRect(window->frame, &rect);
914 GetWindowRect( window->frame, &wrect );
1005 GetWindowRect(window->toolbar.toolbar, &trect);
1071 GetWindowRect(window->frame, &rmw);
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Win32/SDL/SdlDemo/
SdlDemo.cpp 144 GetWindowRect(hDisp, &r);
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_FormFiller.h 118 CPDF_Rect GetWindowRect(CPDFSDK_PageView* pPageView);
  /external/webrtc/talk/media/devices/
gdivideorenderer.cc 221 GetWindowRect(handle(), &rcWindow);
  /external/skia/src/views/win/
SkOSWindow_win.cpp 237 GetWindowRect((HWND)fHWND, &r);
712 GetWindowRect((HWND)fHWND, &fSavedWindowState.fRect);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
multimon.h 207 if(IsIconic(hWnd) ? GetWindowPlacement(hWnd,&wp) : GetWindowRect(hWnd,&wp.rcNormalPosition)) return xMonitorFromRect(&wp.rcNormalPosition,dwFlags);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 45 CPDF_Rect CFFL_FormFiller::GetWindowRect(CPDFSDK_PageView* pPageView) {
47 return pWnd->GetWindowRect();
61 CPDF_Rect rcWindow = pWnd->GetWindowRect();
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 163 GetWindowRect(fb->hWnd, &window_rect)) {

Completed in 818 milliseconds

1 2