Searched refs:fill_brush (Results 1 – 2 of 2) sorted by relevance
102 … SolidBrush fill_brush(Color(GetRValue(m_boxcolor), GetGValue(m_boxcolor), GetBValue(m_boxcolor))); in OnPaint() local104 g.FillRectangle(&fill_brush, rectF); in OnPaint()
417 CBrush fill_brush(GetSysColor(COLOR_3DFACE)); in OnPaint() local420 dc.FillRect(rect, &fill_brush); in OnPaint()