Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/qt/
DPatternQt.cpp41 QBrush brush(*pixmap); in createPlatformPattern() local
DFontQt.cpp78 QBrush brush(*ctx->fillGradient()->platformGradient()); in drawComplexText() local
90 QBrush brush(*ctx->strokeGradient()->platformGradient()); in drawComplexText() local
DImageBufferQt.cpp65 QBrush brush = painter->brush(); in ImageBufferData() local
DGraphicsContextQt.cpp544 QBrush brush(*m_common->state.fillGradient->platformGradient()); in fillPath() local
583 QBrush brush(*m_common->state.strokeGradient->platformGradient()); in strokePath() local
621 QBrush brush(*m_common->state.fillGradient->platformGradient()); in fillRect() local
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp646 HGDIOBJ brush = 0; in drawRect() local
730 HGDIOBJ brush = 0; in drawEllipse() local
918 HGDIOBJ brush = 0; in drawConvexPolygon() local
1277 HGDIOBJ brush = createBrush(shadowColor); in fillRoundedRect() local
1374 HGDIOBJ brush = createBrush(c); in fillPath() local
1394 HGDIOBJ brush = createBrush(c); in fillPath() local
/external/webkit/WebCore/platform/win/
DScrollbarThemeWin.cpp256 HBRUSH brush = ::CreatePatternBrush(patternBitmap); in paintTrackPiece() local
/external/webkit/WebCore/rendering/
DRenderThemeWin.cpp584 HBRUSH brush = (HBRUSH) ::CreatePatternBrush(patternBmp); in drawControl() local
603 HBRUSH brush = ::GetSysColorBrush(COLOR_3DDKSHADOW); in drawControl() local
/external/webkit/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp211 QBrush brush = m_webFrame->page()->palette().brush(QPalette::Base); in transitionToCommittedForNewPage() local
/external/webkit/WebKit/qt/Api/
Dqwebpage.cpp1226 QBrush brush = pal.brush(QPalette::Base); in setPalette() local
/external/webkit/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp299 Q_INVOKABLE QBrush myInvokableWithQBrushArg(const QBrush &brush) { in myInvokableWithQBrushArg()