Searched refs:ScopedBitmap (Results 1 – 8 of 8) sorted by relevance
52 win::ScopedBitmap scoped_mask(iinfo.hbmMask); in ConvertToMouseShapeAndCompare()53 win::ScopedBitmap scoped_color(iinfo.hbmColor); in ConvertToMouseShapeAndCompare()
126 win::ScopedBitmap scoped_mask(iinfo.hbmMask); in CreateMouseCursorFromHCursor()127 win::ScopedBitmap scoped_color(iinfo.hbmColor); in CreateMouseCursorFromHCursor()
89 typedef ScopedGDIObject<HBITMAP, DeleteObjectTraits<HBITMAP> > ScopedBitmap; typedef
69 typedef ScopedGDIObject<HBITMAP> ScopedBitmap; typedef
70 base::win::ScopedBitmap bitmap( in LoadMetafile()
144 base::win::ScopedBitmap bitmap_;
58 base::win::ScopedBitmap bitmap( in GrabHwndSnapshot()
885 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()