Searched refs:drawIcon (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | VideoLayerAndroid.cpp | 178 double scale = manager->drawIcon(uniqueId(), PlayIcon); in drawGL() 205 double scale = manager->drawIcon(uniqueId(), PauseIcon); in drawGL()
|
D | VideoLayerManager.h | 91 double drawIcon(const int layerId, IconType type);
|
D | VideoLayerManager.cpp | 353 double VideoLayerManager::drawIcon(const int layerId, IconType type) in drawIcon() function in WebCore::VideoLayerManager
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | IconWin.cpp | 91 context->drawIcon(m_hIcon, r, DI_NORMAL); in paint()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 464 void drawIcon(HICON icon, const IntRect& dstRect, UINT flags);
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 1867 void GraphicsContext::drawIcon(HICON icon, const IntRect& dstRectIn, UINT flags) in drawIcon() function in WebCore::GraphicsContext
|