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...] |