Searched refs:brush (Results 1 – 11 of 11) sorted by relevance
91 brush = wx.Brush(top_color, wx.SOLID)92 dc.SetBrush(brush)99 brush = wx.Brush(color, wx.SOLID)100 dc.SetBrush(brush)
76 p.setBrush(brush); in updateCache()95 brush = QBrush(gradient); in updateBrush()
77 QBrush brush; in QT_FORWARD_DECLARE_CLASS() local
517 struct qxl_brush brush; member525 struct qxl_brush brush; member562 struct qxl_brush brush; member581 struct qxl_brush brush; member
63 painter.setPen(painter.brush().color()); in paintEvent()184 painter.setPen(palette().brush(QPalette::Disabled, QPalette::Text).color()); in paintEvent()
25 python3 generate.py mypaint-brush-settings-gen.h brushsettings-gen.h
160 painter.fillRect(p->rect(), backPaalette.brush(QPalette::Background)); in createColowWidget()