Searched defs:brush (Results 1 – 10 of 10) sorted by relevance
41 QBrush brush(*pixmap); in createPlatformPattern() local
78 QBrush brush(*ctx->fillGradient()->platformGradient()); in drawComplexText() local90 QBrush brush(*ctx->strokeGradient()->platformGradient()); in drawComplexText() local
65 QBrush brush = painter->brush(); in ImageBufferData() local
544 QBrush brush(*m_common->state.fillGradient->platformGradient()); in fillPath() local583 QBrush brush(*m_common->state.strokeGradient->platformGradient()); in strokePath() local621 QBrush brush(*m_common->state.fillGradient->platformGradient()); in fillRect() local
646 HGDIOBJ brush = 0; in drawRect() local730 HGDIOBJ brush = 0; in drawEllipse() local918 HGDIOBJ brush = 0; in drawConvexPolygon() local1277 HGDIOBJ brush = createBrush(shadowColor); in fillRoundedRect() local1374 HGDIOBJ brush = createBrush(c); in fillPath() local1394 HGDIOBJ brush = createBrush(c); in fillPath() local
256 HBRUSH brush = ::CreatePatternBrush(patternBitmap); in paintTrackPiece() local
584 HBRUSH brush = (HBRUSH) ::CreatePatternBrush(patternBmp); in drawControl() local603 HBRUSH brush = ::GetSysColorBrush(COLOR_3DDKSHADOW); in drawControl() local
211 QBrush brush = m_webFrame->page()->palette().brush(QPalette::Base); in transitionToCommittedForNewPage() local
1226 QBrush brush = pal.brush(QPalette::Base); in setPalette() local
299 Q_INVOKABLE QBrush myInvokableWithQBrushArg(const QBrush &brush) { in myInvokableWithQBrushArg()