/external/chromium/chrome/browser/ui/views/tabs/ |
native_view_photobooth_win.cc | 105 HDC source_dc = GetDC(current_hwnd_); local 109 target_bounds.width(), target_bounds.height(), source_dc, 0, 0, 116 ReleaseDC(current_hwnd_, source_dc);
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
taskbar_window_thumbnailer_win.cc | 201 base::win::ScopedGetDC source_dc(current_hwnd); 207 source_dc, 211 ::ReleaseDC(current_hwnd, source_dc);
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
native_view_photobooth_win.cc | 104 HDC source_dc = GetDC(current_hwnd_); local 108 target_bounds.width(), target_bounds.height(), source_dc, 0, 0, 115 ReleaseDC(current_hwnd_, source_dc);
|
/external/chromium_org/skia/ext/ |
bitmap_platform_device_win.cc | 290 HDC source_dc = BeginPlatformPaint(); local 309 LoadTransformToDC(source_dc, identity); 316 source_dc, 328 source_dc, 335 LoadTransformToDC(source_dc, transform_);
|
/external/chromium_org/ui/base/clipboard/ |
clipboard_win.cc | 324 HDC source_dc = ::CreateCompatibleDC(NULL); local 331 ::DeleteDC(source_dc); 337 HBITMAP old_source = (HBITMAP)SelectObject(source_dc, source_hbitmap); 342 source_dc, 0, 0, size.width(), size.height(), bf); 346 ::SelectObject(source_dc, old_source); 350 ::DeleteDC(source_dc);
|