Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/tabs/
Dnative_view_photobooth_win.cc105 HDC source_dc = GetDC(current_hwnd_); in PaintScreenshotIntoCanvas() local
109 target_bounds.width(), target_bounds.height(), source_dc, 0, 0, in PaintScreenshotIntoCanvas()
116 ReleaseDC(current_hwnd_, source_dc); in PaintScreenshotIntoCanvas()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dnative_view_photobooth_win.cc104 HDC source_dc = GetDC(current_hwnd_); in PaintScreenshotIntoCanvas() local
108 target_bounds.width(), target_bounds.height(), source_dc, 0, 0, in PaintScreenshotIntoCanvas()
115 ReleaseDC(current_hwnd_, source_dc); in PaintScreenshotIntoCanvas()
/external/chromium_org/skia/ext/
Dbitmap_platform_device_win.cc290 HDC source_dc = BeginPlatformPaint(); in DrawToNativeContext() local
309 LoadTransformToDC(source_dc, identity); in DrawToNativeContext()
316 source_dc, in DrawToNativeContext()
328 source_dc, in DrawToNativeContext()
335 LoadTransformToDC(source_dc, transform_); in DrawToNativeContext()
/external/chromium_org/chrome/browser/ui/views/panels/
Dtaskbar_window_thumbnailer_win.cc201 base::win::ScopedGetDC source_dc(current_hwnd); in CaptureWindowImage() local
207 source_dc, in CaptureWindowImage()
211 ::ReleaseDC(current_hwnd, source_dc); in CaptureWindowImage()
/external/chromium_org/ui/base/clipboard/
Dclipboard_win.cc324 HDC source_dc = ::CreateCompatibleDC(NULL); in WriteBitmapFromHandle() local
331 ::DeleteDC(source_dc); in WriteBitmapFromHandle()
337 HBITMAP old_source = (HBITMAP)SelectObject(source_dc, source_hbitmap); in WriteBitmapFromHandle()
342 source_dc, 0, 0, size.width(), size.height(), bf); in WriteBitmapFromHandle()
346 ::SelectObject(source_dc, old_source); in WriteBitmapFromHandle()
350 ::DeleteDC(source_dc); in WriteBitmapFromHandle()