Home
last modified time | relevance | path

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

/external/webrtc/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.cc124 win::ScopedBitmap scoped_mask(iinfo.hbmMask); in CreateMouseCursorFromHCursor()
125 win::ScopedBitmap scoped_color(iinfo.hbmColor); in CreateMouseCursorFromHCursor()
Dscoped_gdi_object.h89 typedef ScopedGDIObject<HBITMAP, DeleteObjectTraits<HBITMAP> > ScopedBitmap; typedef
/external/libchrome/base/win/
Dscoped_gdi_object.h37 typedef ScopedGDIObject<HBITMAP> ScopedBitmap; typedef