Home
last modified time | relevance | path

Searched refs:GetWindowRect (Results 1 – 25 of 30) sorted by relevance

12

/external/lzma/CPP/Windows/Control/
DDialog.cpp134 if (!::GetWindowRect(GetItem(id), &rect)) in GetItemSizes()
143 ::GetWindowRect(GetItem(id), &rect); in GetClientRectOfItem()
159 GetWindowRect(&rect); in NormalizeSize()
188 GetWindowRect(&rect); in NormalizePosition()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp278 CPDF_Rect rcOld = GetWindowRect(); in Move()
314 CPDF_Rect rectWnd = GetWindowRect(); in GetThisAppearanceStream()
351 CPDF_Rect rectWnd = GetWindowRect(); in DrawThisAppearance()
386 CPDF_Rect rcRefresh = pRect ? *pRect : GetWindowRect(); in InvalidateRect()
531 CPDF_Rect CPWL_Wnd::GetWindowRect() const { in GetWindowRect() function in CPWL_Wnd
536 CPDF_Rect rcWindow = GetWindowRect(); in GetClientRect()
686 return IsValid() && IsVisible() && GetWindowRect().Contains(point.x, point.y); in WndHitTest()
731 GetWindowRect(), (FX_FLOAT)(GetBorderWidth() + GetInnerBorderWidth())); in RePosChildWnd()
795 return CPWL_Utils::InflateRect(GetWindowRect(), 1); in GetFocusRect()
DPWL_ScrollBar.cpp135 CPDF_Rect rectWnd = GetWindowRect(); in GetThisAppearanceStream()
241 CPDF_Rect rectWnd = GetWindowRect(); in DrawThisAppearance()
651 CPDF_Rect rectWnd = GetWindowRect(); in GetThisAppearanceStream()
669 CPDF_Rect rectWnd = GetWindowRect(); in DrawThisAppearance()
703 CPDF_Rect rcPosButton = m_pPosButton->GetWindowRect(); in OnLButtonDown()
978 CPDF_Rect rcPosButton = m_pPosButton->GetWindowRect(); in OnPosButtonLBDown()
1081 CPDF_Rect rcMin = m_pMinButton->GetWindowRect(); in GetScrollArea()
1082 CPDF_Rect rcMax = m_pMaxButton->GetWindowRect(); in GetScrollArea()
DPWL_ComboBox.cpp113 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect(); in GetThisAppearanceStream()
146 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect(); in DrawThisAppearance()
360 CPDF_Rect rcList = CPWL_Wnd::GetWindowRect(); in RePosChildWnd()
488 CPDF_Rect rcWindow = CPWL_Wnd::GetWindowRect(); in SetPopup()
DPWL_SpecialButton.cpp21 return CPWL_Utils::DeflateRect(GetWindowRect(), (FX_FLOAT)GetBorderWidth()); in GetFocusRect()
DPWL_ListCtrl.cpp88 fy = pChild->GetWindowRect().bottom - m_fItemSpace; in ResetAll()
150 CPDF_Rect rcChild = pChild->ChildToParent(pChild->GetWindowRect()); in DrawChildAppearance()
DPWL_IconList.cpp225 CPDF_Rect rcWnd = pChild->ChildToParent(pChild->GetWindowRect()); in FindItemIndex()
240 CPDF_Rect rcOrigin = pItem->GetWindowRect(); in ScrollToItem()
DPWL_Edit.cpp91 GetWindowRect(), (FX_FLOAT)(GetBorderWidth() + GetInnerBorderWidth())); in GetClientRect()
202 m_rcOldWindow = GetWindowRect(); in OnCreated()
832 CPDF_Rect rcWindow = GetWindowRect(); in ShowVScrollBar()
/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.h77 bool GetWindowRect(LPRECT rect) const { return BOOLToBool(::GetWindowRect(_window,rect)); } in GetWindowRect() function
138 ::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/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/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp45 CPDF_Rect CFFL_FormFiller::GetWindowRect(CPDFSDK_PageView* pPageView) { in GetWindowRect() function in CFFL_FormFiller
47 return pWnd->GetWindowRect(); in GetWindowRect()
61 CPDF_Rect rcWindow = pWnd->GetWindowRect(); in GetViewBBox()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Win32/SDL/SdlDemo/
DSdlDemo.cpp144 GetWindowRect(hDisp, &r); in initSDL()
/external/webrtc/talk/media/devices/
Dgdivideorenderer.cc221 GetWindowRect(handle(), &rcWindow); in OnSize()
/external/skia/src/views/win/
DSkOSWindow_win.cpp237 GetWindowRect((HWND)fHWND, &r); in updateSize()
712 GetWindowRect((HWND)fHWND, &fSavedWindowState.fRect); in makeFullscreen()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_FormFiller.h118 CPDF_Rect GetWindowRect(CPDFSDK_PageView* pPageView);
/external/libpng/contrib/visupng/
DVisualPng.c467 GetWindowRect (hwndChild, &rChild); in CenterAbout()
472 GetWindowRect (hwndParent, &rParent); in CenterAbout()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_framebuffer.c163 GetWindowRect(fb->hWnd, &window_rect)) { in stw_framebuffer_get_size()
/external/v8/build/win/importlibs/x86/
Duser32.winxp.imports368 'GetWindowRect@8',

12