HomeSort by relevance Sort by last modified time
    Searched defs:source_dc (Results 1 - 4 of 4) sorted by null

  /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/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 244 HDC source_dc = BeginPlatformPaint(); local
263 LoadTransformToDC(source_dc, identity);
270 source_dc,
282 source_dc,
289 LoadTransformToDC(source_dc, data_->transform());
  /external/chromium_org/ui/base/clipboard/
clipboard_win.cc 321 HDC source_dc = ::CreateCompatibleDC(NULL); local
328 ::DeleteDC(source_dc);
334 HBITMAP old_source = (HBITMAP)SelectObject(source_dc, source_hbitmap);
339 source_dc, 0, 0, size.width(), size.height(), bf);
343 ::SelectObject(source_dc, old_source);
347 ::DeleteDC(source_dc);

Completed in 210 milliseconds