Searched defs:brush (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
H A DQtMobileWebStyle.cpp33 static inline void drawRectangularControlBackground(QPainter* painter, const QPen& pen, const QRect& rect, const QBrush& brush) argument
36 QBrush oldBrush = painter->brush();
39 painter->setBrush(brush);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageBufferQt.cpp66 // its painter's pen and brush with the corresponding canvas defaults
75 QBrush brush = painter->brush(); local
76 brush.setColor(Qt::black);
77 painter->setBrush(brush);
/external/webkit/Source/WebCore/platform/win/
H A DScrollbarThemeWin.cpp260 HBRUSH brush = ::CreatePatternBrush(patternBitmap); local
265 ::SelectObject(hdc, brush);
266 ::FillRect(hdc, &themeRect, brush);
268 ::DeleteObject(brush);
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeWin.cpp647 HBRUSH brush = (HBRUSH) ::CreatePatternBrush(patternBmp); local
653 HBRUSH oldBrush = (HBRUSH) ::SelectObject(hdc, brush);
654 ::FillRect(hdc, &widgetRect, brush);
658 ::DeleteObject(brush);
666 HBRUSH brush = ::GetSysColorBrush(COLOR_3DDKSHADOW); local
667 ::FrameRect(hdc, &widgetRect, brush);
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.cpp653 static void flashRects(HDC dc, const IntRect rects[], size_t rectCount, HBRUSH brush) argument
657 ::FillRect(dc, &winRect, brush);
675 static HBRUSH brush = createBrush(WebPageProxy::viewUpdatesFlashColor().rgb()).leakPtr(); local
677 flashRects(hdc, &rect, 1, brush);
942 static HBRUSH brush = createBrush(WebPageProxy::backingStoreUpdatesFlashColor().rgb()).leakPtr(); local
944 flashRects(dc, updateRects.data(), updateRects.size(), brush);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp641 OwnPtr<HBRUSH> brush; local
644 brush = createBrush(fillColor());
645 oldBrush = SelectObject(dc, brush.get());
657 if (brush || pen) {
716 OwnPtr<HBRUSH> brush; local
719 brush = createBrush(fillColor());
720 oldBrush = SelectObject(dc, brush.get());
732 if (brush || pen)
898 OwnPtr<HBRUSH> brush; local
901 brush
1244 OwnPtr<HBRUSH> brush = createBrush(shadowColor); local
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp270 QBrush brush = m_webFrame->page()->palette().brush(QPalette::Base); local
271 QColor backgroundColor = brush.style() == Qt::SolidPattern ? brush.color() : QColor();
/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp334 Q_INVOKABLE QBrush myInvokableWithQBrushArg(const QBrush &brush) { argument
336 m_actuals << QVariant::fromValue(brush);
337 return brush;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 922 milliseconds