Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py91 brush = wx.Brush(top_color, wx.SOLID)
92 dc.SetBrush(brush)
99 brush = wx.Brush(color, wx.SOLID)
100 dc.SetBrush(brush)
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_dev.h520 struct qxl_brush brush; member
528 struct qxl_brush brush; member
565 struct qxl_brush brush; member
584 struct qxl_brush brush; member
Dqxl_draw.c471 drawable->u.fill.brush.type = SPICE_BRUSH_TYPE_SOLID; in qxl_draw_fill()
472 drawable->u.fill.brush.u.color = color; in qxl_draw_fill()