HomeSort by relevance Sort by last modified time
    Searched defs:brush (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 66 // 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/
ScrollbarThemeWin.cpp 260 HBRUSH brush = ::CreatePatternBrush(patternBitmap); local
265 ::SelectObject(hdc, brush);
266 ::FillRect(hdc, &themeRect, brush);
268 ::DeleteObject(brush);
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 641 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 = createBrush(fillColor())
1244 OwnPtr<HBRUSH> brush = createBrush(shadowColor); local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeWin.cpp 647 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);
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 270 QBrush brush = m_webFrame->page()->palette().brush(QPalette::Base); local
271 QColor backgroundColor = brush.style() == Qt::SolidPattern ? brush.color() : QColor();
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp 653 static void flashRects(HDC dc, const IntRect rects[], size_t rectCount, HBRUSH brush)
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);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 304 milliseconds