Home
last modified time | relevance | path

Searched refs:brush (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py91 brush = wx.Brush(top_color, wx.SOLID)
92 dc.SetBrush(brush)
99 brush = wx.Brush(color, wx.SOLID)
100 dc.SetBrush(brush)
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dbubble.cpp76 p.setBrush(brush); in updateCache()
95 brush = QBrush(gradient); in updateBrush()
H A Dbubble.h77 QBrush brush; in QT_FORWARD_DECLARE_CLASS() local
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/
H A Dbubble.cpp76 p.setBrush(brush); in updateCache()
95 brush = QBrush(gradient); in updateBrush()
H A Dbubble.h77 QBrush brush; in QT_FORWARD_DECLARE_CLASS() local
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dbubble.cpp76 p.setBrush(brush); in updateCache()
95 brush = QBrush(gradient); in updateBrush()
H A Dbubble.h77 QBrush brush; in QT_FORWARD_DECLARE_CLASS() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_dev.h517 struct qxl_brush brush; member
525 struct qxl_brush brush; member
562 struct qxl_brush brush; member
581 struct qxl_brush brush; member
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dsearchlineedit.cpp63 painter.setPen(painter.brush().color()); in paintEvent()
184 painter.setPen(palette().brush(QPalette::Disabled, QPalette::Text).color()); in paintEvent()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gimp/mypaint/
H A Dlibmypaint_git.bb25 python3 generate.py mypaint-brush-settings-gen.h brushsettings-gen.h
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/screen/
H A Dbacklightwidget.cpp160 painter.fillRect(p->rect(), backPaalette.brush(QPalette::Background)); in createColowWidget()