Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/qt/
DPatternQt.cpp40 QBrush brush(*pixmap); in createPlatformPattern() local
/external/webkit/WebCore/platform/win/
DScrollbarThemeWin.cpp240 HBRUSH brush = ::CreatePatternBrush(patternBitmap); in paintTrackPiece() local
/external/webkit/WebCore/rendering/
DRenderThemeWin.cpp558 HBRUSH brush = (HBRUSH) ::CreatePatternBrush(patternBmp); in drawControl() local
577 HBRUSH brush = ::GetSysColorBrush(COLOR_3DDKSHADOW); in drawControl() local
/external/webkit/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp215 QBrush brush = m_webFrame->page()->palette().brush(QPalette::Base); in transitionToCommittedForNewPage() local
/external/webkit/WebKit/qt/Api/
Dqwebpage.cpp905 QBrush brush = pal.brush(QPalette::Base); in setPalette() local
/external/webkit/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp321 Q_INVOKABLE QBrush myInvokableWithQBrushArg(const QBrush &brush) { in myInvokableWithQBrushArg()