Home
last modified time | relevance | path

Searched refs:ScopedBitmap (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
Dcursor_unittest.cc52 win::ScopedBitmap scoped_mask(iinfo.hbmMask); in ConvertToMouseShapeAndCompare()
53 win::ScopedBitmap scoped_color(iinfo.hbmColor); in ConvertToMouseShapeAndCompare()
Dcursor.cc126 win::ScopedBitmap scoped_mask(iinfo.hbmMask); in CreateMouseCursorFromHCursor()
127 win::ScopedBitmap scoped_color(iinfo.hbmColor); in CreateMouseCursorFromHCursor()
Dscoped_gdi_object.h89 typedef ScopedGDIObject<HBITMAP, DeleteObjectTraits<HBITMAP> > ScopedBitmap; typedef
/external/chromium_org/base/win/
Dscoped_gdi_object.h69 typedef ScopedGDIObject<HBITMAP> ScopedBitmap; typedef
/external/chromium_org/printing/
Dimage_win.cc70 base::win::ScopedBitmap bitmap( in LoadMetafile()
Demf_win.cc144 base::win::ScopedBitmap bitmap_;
/external/chromium_org/ui/snapshot/
Dsnapshot_win.cc58 base::win::ScopedBitmap bitmap( in GrabHwndSnapshot()
/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc885 base::win::ScopedBitmap mem_bitmap(CreateCompatibleBitmap(hdc, r.width(), in PaintMenuArrow()
2058 base::win::ScopedBitmap mask_bitmap(CreateBitmap(width, height, 1, 1, NULL)); in PaintFrameControl()