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

  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_win.cc 19 HDC window_hdc = GetWindowDC(window_handle); local
20 base::win::ScopedHDC mem_hdc(CreateCompatibleDC(window_hdc));
59 BitBlt(mem_hdc, 0, 0, width, height, window_hdc, 0, 0, SRCCOPY);
69 ReleaseDC(window_handle, window_hdc);
  /external/chromium_org/ui/snapshot/
snapshot_win.cc 49 HDC window_hdc = GetWindowDC(window_handle); local
50 base::win::ScopedCreateDC mem_hdc(CreateCompatibleDC(window_hdc));
87 window_hdc, snapshot_bounds.x(), snapshot_bounds.y(), SRCCOPY);
98 ReleaseDC(window_handle, window_hdc);

Completed in 26 milliseconds