HomeSort by relevance Sort by last modified time
    Searched full:window_region (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/remoting/host/
desktop_shape_tracker_win.cc 20 : window_region(CreateRectRgn(0, 0, 0, 0)),
23 base::win::ScopedRegion window_region; member in struct:remoting::__anon10142::EnumDesktopShapeData
97 HRGN window_region = data->window_region.Get(); local
109 // GetWindowRgn will overwrite the current contents of |window_region|.
110 if (GetWindowRgn(window, window_region) != ERROR) {
112 OffsetRgn(window_region, window_rect.left, window_rect.top);
115 SetRectRgn(window_region, window_rect.left, window_rect.top,
122 // CombineRgn(window_region, window_region, screen_region, RGN_AND)
    [all...]

Completed in 28 milliseconds