Home
last modified time | relevance | path

Searched refs:brush (Results 1 – 25 of 36) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/qt/
DPatternQt.cpp41 QBrush brush(*pixmap); in createPlatformPattern() local
42 brush.setTransform(m_patternSpaceTransformation); in createPlatformPattern()
44 return brush; in createPlatformPattern()
DGraphicsContextQt.cpp510 QBrush brush(*m_state.fillGradient->platformGradient()); in fillPath() local
511 brush.setTransform(m_state.fillGradient->gradientSpaceTransform()); in fillPath()
513 shadowPainter->fillPath(platformPath, brush); in fillPath()
516 shadowColor.setAlphaF(shadowColor.alphaF() * p->brush().color().alphaF()); in fillPath()
525 shadowColor.setAlphaF(shadowColor.alphaF() * p->brush().color().alphaF()); in fillPath()
534 QBrush brush(*m_state.fillGradient->platformGradient()); in fillPath() local
535 brush.setTransform(m_state.fillGradient->gradientSpaceTransform()); in fillPath()
536 p->fillPath(platformPath, brush); in fillPath()
538 p->fillPath(platformPath, p->brush()); in fillPath()
560 QBrush brush(*m_state.strokeGradient->platformGradient()); in strokePath() local
[all …]
DFontQt.cpp86 QBrush brush(*ctx->fillGradient()->platformGradient()); in drawTextCommon() local
87 brush.setTransform(ctx->fillGradient()->gradientSpaceTransform()); in drawTextCommon()
88 textFillPen = QPen(brush, 0); in drawTextCommon()
99 QBrush brush(*ctx->strokeGradient()->platformGradient()); in drawTextCommon() local
100 brush.setTransform(ctx->strokeGradient()->gradientSpaceTransform()); in drawTextCommon()
101 textStrokePen = QPen(brush, ctx->strokeThickness()); in drawTextCommon()
104 QBrush brush(ctx->strokePattern()->createPlatformPattern(affine)); in drawTextCommon() local
105 textStrokePen = QPen(brush, ctx->strokeThickness()); in drawTextCommon()
DImageBufferQt.cpp75 QBrush brush = painter->brush(); in ImageBufferData() local
76 brush.setColor(Qt::black); in ImageBufferData()
77 painter->setBrush(brush); in ImageBufferData()
DTransparencyLayer.h60 painter.setBrush(p->brush()); in TransparencyLayer()
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py91 brush = wx.Brush(top_color, wx.SOLID)
92 dc.SetBrush(brush)
99 brush = wx.Brush(color, wx.SOLID)
100 dc.SetBrush(brush)
/external/webkit/Source/WebCore/platform/win/
DScrollbarThemeWin.cpp260 HBRUSH brush = ::CreatePatternBrush(patternBitmap); in paintTrackPiece() local
265 ::SelectObject(hdc, brush); in paintTrackPiece()
266 ::FillRect(hdc, &themeRect, brush); in paintTrackPiece()
268 ::DeleteObject(brush); in paintTrackPiece()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp641 OwnPtr<HBRUSH> brush; in drawRect() local
644 brush = createBrush(fillColor()); in drawRect()
645 oldBrush = SelectObject(dc, brush.get()); in drawRect()
657 if (brush || pen) { in drawRect()
716 OwnPtr<HBRUSH> brush; in drawEllipse() local
719 brush = createBrush(fillColor()); in drawEllipse()
720 oldBrush = SelectObject(dc, brush.get()); in drawEllipse()
732 if (brush || pen) in drawEllipse()
898 OwnPtr<HBRUSH> brush; in drawConvexPolygon() local
901 brush = createBrush(fillColor()); in drawConvexPolygon()
[all …]
/external/webkit/Source/WebCore/platform/qt/
DRenderThemeQt.cpp145 oldBrush = painter->brush(); in init()
397 return pal.brush(QPalette::Active, QPalette::Highlight).color(); in platformActiveSelectionBackgroundColor()
404 return pal.brush(QPalette::Inactive, QPalette::Highlight).color(); in platformInactiveSelectionBackgroundColor()
411 return pal.brush(QPalette::Active, QPalette::HighlightedText).color(); in platformActiveSelectionForegroundColor()
418 return pal.brush(QPalette::Inactive, QPalette::HighlightedText).color(); in platformInactiveSelectionForegroundColor()
425 return pal.brush(QPalette::Active, QPalette::Highlight).color(); in platformFocusRingColor()
438 return pal.brush(QPalette::Active, QPalette::ButtonText).color(); in systemColor()
440 return pal.brush(QPalette::Active, QPalette::Text).color(); in systemColor()
1351 const QColor highlightText = pal.brush(QPalette::Active, QPalette::HighlightedText).color(); in paintMediaVolumeSliderTrack()
DQtMobileWebStyle.cpp33 …ngularControlBackground(QPainter* painter, const QPen& pen, const QRect& rect, const QBrush& brush) in drawRectangularControlBackground() argument
36 QBrush oldBrush = painter->brush(); in drawRectangularControlBackground()
39 painter->setBrush(brush); in drawRectangularControlBackground()
/external/webkit/Source/WebCore/rendering/
DRenderThemeWin.cpp647 HBRUSH brush = (HBRUSH) ::CreatePatternBrush(patternBmp); in drawControl() local
653 HBRUSH oldBrush = (HBRUSH) ::SelectObject(hdc, brush); in drawControl()
654 ::FillRect(hdc, &widgetRect, brush); in drawControl()
658 ::DeleteObject(brush); in drawControl()
666 HBRUSH brush = ::GetSysColorBrush(COLOR_3DDKSHADOW); in drawControl() local
667 ::FrameRect(hdc, &widgetRect, brush); in drawControl()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp653 static void flashRects(HDC dc, const IntRect rects[], size_t rectCount, HBRUSH brush) in flashRects() argument
657 ::FillRect(dc, &winRect, brush); in flashRects()
675 static HBRUSH brush = createBrush(WebPageProxy::viewUpdatesFlashColor().rgb()).leakPtr(); in onPaintEvent() local
677 flashRects(hdc, &rect, 1, brush); in onPaintEvent()
942 … static HBRUSH brush = createBrush(WebPageProxy::backingStoreUpdatesFlashColor().rgb()).leakPtr(); in flashBackingStoreUpdates() local
944 flashRects(dc, updateRects.data(), updateRects.size(), brush); in flashBackingStoreUpdates()
/external/skia/src/device/xps/
DSkXPSDevice.cpp931 IXpsOMBrush** brush, in createXpsBrush() argument
935 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush()
955 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush()
961 HR(this->createXpsSolidColorBrush(color, 0xFF, brush)); in createXpsBrush()
974 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush()
990 brush)); in createXpsBrush()
999 brush)); in createXpsBrush()
1036 HRM(tileBrush->QueryInterface<IXpsOMBrush>(brush), "QI failed."); in createXpsBrush()
1047 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush()
/external/webkit/Source/WebCore/html/canvas/
DCanvasStyle.cpp281 QBrush currentBrush = context->platformContext()->brush(); in applyFillColor()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp270 QBrush brush = m_webFrame->page()->palette().brush(QPalette::Base); in transitionToCommittedForNewPage() local
271 QColor backgroundColor = brush.style() == Qt::SolidPattern ? brush.color() : QColor(); in transitionToCommittedForNewPage()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp1043 QBrush brush = pal.brush(QPalette::Base); in setPalette() local
1044 QColor backgroundColor = brush.style() == Qt::SolidPattern ? brush.color() : QColor(); in setPalette()
/external/webkit/Source/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp334 Q_INVOKABLE QBrush myInvokableWithQBrushArg(const QBrush &brush) { in myInvokableWithQBrushArg() argument
336 m_actuals << QVariant::fromValue(brush); in myInvokableWithQBrushArg()
337 return brush; in myInvokableWithQBrushArg()
/external/quake/quake/src/QW/progs/
Ddefs.qc430 entity activator; // the entity that activated a trigger or brush
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb187 )8J!+L'FQbroadA broadcastsebroader"broke3bronzeA brownies )8J!7FAQ browningFbrush…
/external/webkit/Source/WebKit/chromium/
DChangeLog3317 Web Inspector: brush up Network agent API.
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf3426 N^V "brush" :G2P
/external/webkit/Source/WebCore/
DChangeLog-2006-05-104051 graphics contexts only. Replaced brush-related calls with fill color calls.
4066 (WebCore::GraphicsContext::fillColor): Renamed from brush.
12153 (WebCore::GraphicsContext::brush):
16811 (WebCore::GraphicsContext::brush):
28018 (QPainter::brush):
28024 (QColorGroup::brush):
DChangeLog-2005-12-1918678 (QPainter::setFillColor): Added. Sets CGContext fill color based on brush.
18680 current brush.
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf3860 N^V "brush" :G2P
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt2058 Seven flung down his brush, and had just begun `Well, of all

12