Home
last modified time | relevance | path

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

/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc1973 base::win::ScopedBitmap mask_bitmap(CreateBitmap(width, height, 1, 1, NULL)); in PaintFrameControl() local
1975 if (mask_bitmap == NULL) in PaintFrameControl()
1979 base::win::ScopedSelectObject select_bitmap(bitmap_dc.Get(), mask_bitmap); in PaintFrameControl()