Home
last modified time | relevance | path

Searched refs:gc_window_rect (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/desktop_capture/mac/
Dwindow_list_utils.cc394 CGRect gc_window_rect; in GetWindowBounds() local
395 if (!CGRectMakeWithDictionaryRepresentation(window_bounds, &gc_window_rect)) { in GetWindowBounds()
399 return DesktopRect::MakeXYWH(gc_window_rect.origin.x, gc_window_rect.origin.y, in GetWindowBounds()
400 gc_window_rect.size.width, in GetWindowBounds()
401 gc_window_rect.size.height); in GetWindowBounds()