HomeSort by relevance Sort by last modified time
    Searched refs:cropped_rect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
window_capture_utils.h 18 // the window is maximized. |cropped_rect| is the cropped rect relative to the
22 DesktopRect* cropped_rect,
window_capture_utils.cc 17 DesktopRect* cropped_rect,
35 *cropped_rect = DesktopRect::MakeLTRB(
41 *cropped_rect = *original_rect;
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_win.cc 188 DesktopRect cropped_rect; local
189 if (!GetCroppedWindowRect(window_, &cropped_rect, &original_rect)) {
203 cropped_rect.size(), NULL, window_dc));
239 cropped_rect.left() - original_rect.left(),
240 cropped_rect.top() - original_rect.top(),
mouse_cursor_monitor_win.cc 110 DesktopRect cropped_rect; local
111 if (!GetCroppedWindowRect(window_, &cropped_rect, &original_rect)) {
120 position = position.subtract(cropped_rect.top_left());

Completed in 977 milliseconds