Home
last modified time | relevance | path

Searched refs:drawIcon (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/win/
DIconWin.cpp90 context->drawIcon(m_hIcon, r, DI_NORMAL); in paint()
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h356 void drawIcon(HICON icon, const IntRect& dstRect, UINT flags);
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp1905 void GraphicsContext::drawIcon(HICON icon, const IntRect& dstRectIn, UINT flags) in drawIcon() function in WebCore::GraphicsContext