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

1 2

  /external/pdfium/fpdfsdk/pdfwindow/
PWL_SpecialButton.cpp 21 return CPWL_Utils::DeflateRect(GetWindowRect(), (FX_FLOAT)GetBorderWidth());
PWL_Wnd.cpp 277 CFX_FloatRect rcOld = GetWindowRect();
313 CFX_FloatRect rectWnd = GetWindowRect();
349 CFX_FloatRect rectWnd = GetWindowRect();
385 CFX_FloatRect rcRefresh = pRect ? *pRect : GetWindowRect();
516 CFX_FloatRect CPWL_Wnd::GetWindowRect() const {
521 CFX_FloatRect rcWindow = GetWindowRect();
659 return IsValid() && IsVisible() && GetWindowRect().Contains(point);
703 GetWindowRect(), (FX_FLOAT)(GetBorderWidth() + GetInnerBorderWidth()));
767 return CPWL_Utils::InflateRect(GetWindowRect(), 1);
PWL_ComboBox.cpp 100 CFX_FloatRect rectWnd = CPWL_Wnd::GetWindowRect();
133 CFX_FloatRect rectWnd = CPWL_Wnd::GetWindowRect();
340 CFX_FloatRect rcList = CPWL_Wnd::GetWindowRect();
468 CFX_FloatRect rcWindow = CPWL_Wnd::GetWindowRect();
PWL_ScrollBar.cpp 133 CFX_FloatRect rectWnd = GetWindowRect();
239 CFX_FloatRect rectWnd = GetWindowRect();
645 CFX_FloatRect rectWnd = GetWindowRect();
664 CFX_FloatRect rectWnd = GetWindowRect();
698 CFX_FloatRect rcPosButton = m_pPosButton->GetWindowRect();
976 CFX_FloatRect rcPosButton = m_pPosButton->GetWindowRect();
    [all...]
  /external/skia/tools/viewer/sk_app/win/
RasterWindowContext_win.cpp 40 GetWindowRect(wnd, &rect);
47 GetWindowRect(fWnd, &rect);
Window_win.cpp 42 if (GetWindowRect(fHWnd, &r)) {
  /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/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)) {
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
WinNtThunk.c 173 GetWindowRect,
  /external/lzma/CPP/Windows/
Window.h 77 bool GetWindowRect(LPRECT rect) const { return BOOLToBool(::GetWindowRect(_window,rect)); }
138 ::GetWindowRect(hwnd, &rect);
  /external/swiftshader/src/D3D9/
D3D9.cpp 112 GetWindowRect(GetDesktopWindow(), &rect);
  /external/swiftshader/src/Main/
FrameBufferGDI.cpp 54 GetWindowRect(windowHandle, &windowRect);
  /external/swiftshader/src/OpenGL/libGL/
main.cpp 108 GetWindowRect(GetDesktopWindow(), &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/pdfium/fpdfsdk/formfiller/
cffl_formfiller.cpp 53 CFX_FloatRect CFFL_FormFiller::GetWindowRect(CPDFSDK_PageView* pPageView) {
55 return pWnd->GetWindowRect();
69 CFX_FloatRect rcWindow = pWnd->GetWindowRect();
cffl_formfiller.h 116 CFX_FloatRect GetWindowRect(CPDFSDK_PageView* pPageView);
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
BrowserDialog.cpp 104 mBrowserList.GetWindowRect( rect );
  /external/webrtc/talk/media/devices/
gdivideorenderer.cc 221 GetWindowRect(handle(), &rcWindow);
  /external/skia/src/views/win/
SkOSWindow_win.cpp 227 GetWindowRect((HWND)fHWND, &r);
704 GetWindowRect((HWND)fHWND, &fSavedWindowState.fRect);

Completed in 810 milliseconds

1 2