Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
DPaletteLayoutDlg.cpp775 CBrush boxbrush; in OnPaint() local
790 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()
Dcolor_edit_dialog.cpp925 CBrush boxbrush(wincolor); in PaintColorPreview() local
942 oldbrush = dc->SelectObject(&boxbrush); in PaintColorPreview()
Dresource_item.cpp904 CBrush boxbrush; in PaintColorItem() local
918 boxbrush.CreateSolidBrush(m_boxcolor); in PaintColorItem()
920 old_brush = dc->SelectObject(&boxbrush); in PaintColorItem()