Searched refs:boxbrush (Results 1 – 3 of 3) sorted by relevance
775 CBrush boxbrush; in OnPaint() local790 boxbrush.CreateSolidBrush(RGB(mRed, mGreen, mBlue)); in OnPaint()794 boxbrush.CreateHatchBrush(HS_BDIAGONAL, RGB(0, 0, 0)); in OnPaint()798 dc.FillRect(&boxsize, &boxbrush); in OnPaint()
925 CBrush boxbrush(wincolor); in PaintColorPreview() local942 oldbrush = dc->SelectObject(&boxbrush); in PaintColorPreview()
904 CBrush boxbrush; in PaintColorItem() local918 boxbrush.CreateSolidBrush(m_boxcolor); in PaintColorItem()920 old_brush = dc->SelectObject(&boxbrush); in PaintColorItem()