Home
last modified time | relevance | path

Searched defs:brush (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
DPatternQt.cpp41 QBrush brush(*pixmap); in createPlatformPattern() local
DFontQt.cpp86 QBrush brush(*ctx->fillGradient()->platformGradient()); in drawTextCommon() local
99 QBrush brush(*ctx->strokeGradient()->platformGradient()); in drawTextCommon() local
104 QBrush brush(ctx->strokePattern()->createPlatformPattern(affine)); in drawTextCommon() local
DGraphicsContextQt.cpp510 QBrush brush(*m_state.fillGradient->platformGradient()); in fillPath() local
534 QBrush brush(*m_state.fillGradient->platformGradient()); in fillPath() local
560 QBrush brush(*m_state.strokeGradient->platformGradient()); in strokePath() local
590 QBrush brush(*m_state.strokeGradient->platformGradient()); in strokePath() local
686 QBrush brush(*m_state.fillGradient->platformGradient()); in fillRect() local
DImageBufferQt.cpp75 QBrush brush = painter->brush(); in ImageBufferData() local
/external/webkit/Source/WebCore/platform/win/
DScrollbarThemeWin.cpp260 HBRUSH brush = ::CreatePatternBrush(patternBitmap); in paintTrackPiece() local
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp641 OwnPtr<HBRUSH> brush; in drawRect() local
716 OwnPtr<HBRUSH> brush; in drawEllipse() local
898 OwnPtr<HBRUSH> brush; in drawConvexPolygon() local
1244 OwnPtr<HBRUSH> brush = createBrush(shadowColor); in fillRoundedRect() local
1339 OwnPtr<HBRUSH> brush = createBrush(c); in fillPath() local
/external/webkit/Source/WebCore/platform/qt/
DQtMobileWebStyle.cpp33 …ngularControlBackground(QPainter* painter, const QPen& pen, const QRect& rect, const QBrush& brush) in drawRectangularControlBackground()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp653 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() local
942 … static HBRUSH brush = createBrush(WebPageProxy::backingStoreUpdatesFlashColor().rgb()).leakPtr(); in flashBackingStoreUpdates() local
/external/webkit/Source/WebCore/rendering/
DRenderThemeWin.cpp647 HBRUSH brush = (HBRUSH) ::CreatePatternBrush(patternBmp); in drawControl() local
666 HBRUSH brush = ::GetSysColorBrush(COLOR_3DDKSHADOW); in drawControl() local
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp270 QBrush brush = m_webFrame->page()->palette().brush(QPalette::Base); in transitionToCommittedForNewPage() local
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp1043 QBrush brush = pal.brush(QPalette::Base); in setPalette() local
/external/webkit/Source/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp334 Q_INVOKABLE QBrush myInvokableWithQBrushArg(const QBrush &brush) { in myInvokableWithQBrushArg()