Searched refs:white_brush (Results 1 – 1 of 1) sorted by relevance
967 HBRUSH white_brush = reinterpret_cast<HBRUSH>(GetStockObject(WHITE_BRUSH)); in DrawBackground() local968 dc->FillRect(&dirty_rect, white_brush); in DrawBackground()