Home
last modified time | relevance | path

Searched refs:in_brush (Results 1 – 4 of 4) sorted by relevance

/dports/net/xrdp-devel/xrdp-0.9.16/xrdp/
H A Dxrdp_painter.c508 struct xrdp_brush *in_brush) in xrdp_painter_setup_brush() argument
519 g_memcpy(out_brush, in_brush, sizeof(struct xrdp_brush)); in xrdp_painter_setup_brush()
521 if (in_brush->style == 3) in xrdp_painter_setup_brush()
525 cache_id = xrdp_cache_add_brush(self->wm->cache, in_brush->pattern); in xrdp_painter_setup_brush()
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/xrdp/
H A Dxrdp_painter.c508 struct xrdp_brush *in_brush) in xrdp_painter_setup_brush() argument
519 g_memcpy(out_brush, in_brush, sizeof(struct xrdp_brush)); in xrdp_painter_setup_brush()
521 if (in_brush->style == 3) in xrdp_painter_setup_brush()
525 cache_id = xrdp_cache_add_brush(self->wm->cache, in_brush->pattern); in xrdp_painter_setup_brush()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qdatastream/
H A Dtst_qdatastream.cpp3454 QBrush in_brush; in compatibility_Qt3() local
3460 in >> in_brush; in compatibility_Qt3()
3462 QVERIFY(in_brush.style() == Qt::NoBrush); in compatibility_Qt3()
3486 QBrush in_brush; in compatibility_Qt2() local
3492 in >> in_brush; in compatibility_Qt2()
3494 QVERIFY(in_brush.style() == Qt::NoBrush); in compatibility_Qt2()
/dports/net/rdesktop/rdesktop-1.9.0/
H A Dorders.c147 setup_brush(BRUSH * out_brush, BRUSH * in_brush) in setup_brush() argument
153 memcpy(out_brush, in_brush, sizeof(BRUSH)); in setup_brush()