Searched defs:brush (Results 1 – 12 of 12) sorted by relevance
41 QBrush brush(*pixmap); in createPlatformPattern() local
86 QBrush brush(*ctx->fillGradient()->platformGradient()); in drawTextCommon() local99 QBrush brush(*ctx->strokeGradient()->platformGradient()); in drawTextCommon() local104 QBrush brush(ctx->strokePattern()->createPlatformPattern(affine)); in drawTextCommon() local
510 QBrush brush(*m_state.fillGradient->platformGradient()); in fillPath() local534 QBrush brush(*m_state.fillGradient->platformGradient()); in fillPath() local560 QBrush brush(*m_state.strokeGradient->platformGradient()); in strokePath() local590 QBrush brush(*m_state.strokeGradient->platformGradient()); in strokePath() local686 QBrush brush(*m_state.fillGradient->platformGradient()); in fillRect() local
75 QBrush brush = painter->brush(); in ImageBufferData() local
260 HBRUSH brush = ::CreatePatternBrush(patternBitmap); in paintTrackPiece() local
641 OwnPtr<HBRUSH> brush; in drawRect() local716 OwnPtr<HBRUSH> brush; in drawEllipse() local898 OwnPtr<HBRUSH> brush; in drawConvexPolygon() local1244 OwnPtr<HBRUSH> brush = createBrush(shadowColor); in fillRoundedRect() local1339 OwnPtr<HBRUSH> brush = createBrush(c); in fillPath() local
33 …ngularControlBackground(QPainter* painter, const QPen& pen, const QRect& rect, const QBrush& brush) in drawRectangularControlBackground()
653 static void flashRects(HDC dc, const IntRect rects[], size_t rectCount, HBRUSH brush) in flashRects()675 static HBRUSH brush = createBrush(WebPageProxy::viewUpdatesFlashColor().rgb()).leakPtr(); in onPaintEvent() local942 … static HBRUSH brush = createBrush(WebPageProxy::backingStoreUpdatesFlashColor().rgb()).leakPtr(); in flashBackingStoreUpdates() local
647 HBRUSH brush = (HBRUSH) ::CreatePatternBrush(patternBmp); in drawControl() local666 HBRUSH brush = ::GetSysColorBrush(COLOR_3DDKSHADOW); in drawControl() local
270 QBrush brush = m_webFrame->page()->palette().brush(QPalette::Base); in transitionToCommittedForNewPage() local
1043 QBrush brush = pal.brush(QPalette::Base); in setPalette() local
334 Q_INVOKABLE QBrush myInvokableWithQBrushArg(const QBrush &brush) { in myInvokableWithQBrushArg()