Searched refs:mask_bitmap (Results 1 – 1 of 1) sorted by relevance
1973 base::win::ScopedBitmap mask_bitmap(CreateBitmap(width, height, 1, 1, NULL)); in PaintFrameControl() local1975 if (mask_bitmap == NULL) in PaintFrameControl()1979 base::win::ScopedSelectObject select_bitmap(bitmap_dc.Get(), mask_bitmap); in PaintFrameControl()