Home
last modified time | relevance | path

Searched defs:GetWindowRect (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/desktop_capture/linux/x11/
Dwindow_list_utils.cc165 bool GetWindowRect(::Display* display, in GetWindowRect() function
/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.cc151 bool GetWindowRect(HWND window, DesktopRect* result) { in GetWindowRect() function
/external/lzma/CPP/Windows/
DWindow.h78 bool GetWindowRect(LPRECT rect) const { return BOOLToBool(::GetWindowRect(_window,rect)); } in GetWindowRect() function
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp419 CFX_FloatRect CPWL_Wnd::GetWindowRect() const { in GetWindowRect() function in CPWL_Wnd