Home
last modified time | relevance | path

Searched refs:fill_brush (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dcolor_box_button.cpp102 … SolidBrush fill_brush(Color(GetRValue(m_boxcolor), GetGValue(m_boxcolor), GetBValue(m_boxcolor))); in OnPaint() local
104 g.FillRectangle(&fill_brush, rectF); in OnPaint()
Dtrigger_list_edit_dlg.cpp417 CBrush fill_brush(GetSysColor(COLOR_3DFACE)); in OnPaint() local
420 dc.FillRect(rect, &fill_brush); in OnPaint()