Home
last modified time | relevance | path

Searched defs:oldBrush (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
DRenderThemeQt.h218 QBrush oldBrush; variable
DQtMobileWebStyle.cpp36 QBrush oldBrush = painter->brush(); in drawRectangularControlBackground() local
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp642 HGDIOBJ oldBrush; in drawRect() local
717 HGDIOBJ oldBrush; in drawEllipse() local
845 HGDIOBJ oldBrush = SelectObject(dc, GetStockObject(NULL_BRUSH)); in strokeArc() local
899 HGDIOBJ oldBrush; in drawConvexPolygon() local
1245 HGDIOBJ oldBrush = SelectObject(dc, brush.get()); in fillRoundedRect() local
1353 HGDIOBJ oldBrush = SelectObject(dc, brush.get()); in fillPath() local
1358 HGDIOBJ oldBrush = SelectObject(m_data->m_dc, brush.get()); in fillPath() local
/external/webkit/Source/WebCore/rendering/
DRenderThemeWin.cpp653 HBRUSH oldBrush = (HBRUSH) ::SelectObject(hdc, brush); in drawControl() local
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp813 const QBrush oldBrush = p->brush(); in drawFocusRingForPath() local