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

  /external/chromium_org/base/win/
scoped_hdc.h 71 typedef GenericScopedHandle<CreateDCTraits, VerifierTraits> ScopedCreateDC;
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_truetype_font_list_win.cc 65 base::win::ScopedCreateDC hdc(::CreateCompatibleDC(NULL));
80 base::win::ScopedCreateDC hdc(::CreateCompatibleDC(NULL));
pepper_truetype_font_win.cc 126 base::win::ScopedCreateDC hdc(::CreateCompatibleDC(NULL));
141 base::win::ScopedCreateDC hdc(::CreateCompatibleDC(NULL));
187 base::win::ScopedCreateDC hdc(::CreateCompatibleDC(NULL));
  /external/chromium_org/printing/
image_win.cc 57 base::win::ScopedCreateDC hdc(::CreateCompatibleDC(NULL));
emf_win_unittest.cc 132 base::win::ScopedCreateDC dc(
emf_win.cc 127 base::win::ScopedCreateDC context_;
  /external/chromium_org/ui/snapshot/
snapshot_win.cc 51 base::win::ScopedCreateDC mem_hdc(CreateCompatibleDC(window_hdc));
  /external/chromium_org/ui/gfx/
platform_font_win.cc 177 base::win::ScopedCreateDC memory_dc(CreateCompatibleDC(NULL));
icon_util.cc 332 base::win::ScopedCreateDC working_dc(CreateCompatibleDC(dc));
  /external/chromium_org/ui/native_theme/
native_theme_win.cc 874 base::win::ScopedCreateDC mem_dc(CreateCompatibleDC(hdc));
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
print_system_win.cc 502 base::win::ScopedCreateDC printer_dc_;

Completed in 254 milliseconds