Searched defs:setContentsToImage (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DTextureMapperQt.cpp70 void BitmapTextureQt::setContentsToImage(Image* image) function in class:WebCore::BitmapTextureQt
H A DGraphicsLayerQt.cpp1223 void GraphicsLayerQt::setContentsToImage(Image* image) function in class:WebCore::GraphicsLayerQt
1227 GraphicsLayer::setContentsToImage(image);
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp314 void GraphicsLayerTextureMapper::setContentsToImage(Image* image) function in class:WebCore::GraphicsLayerTextureMapper
319 GraphicsLayer::setContentsToImage(image);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.cpp347 void GraphicsLayerChromium::setContentsToImage(Image* image) function in class:WebCore::GraphicsLayerChromium
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.cpp347 void GraphicsLayerCACF::setContentsToImage(Image* image) function in class:WebCore::GraphicsLayerCACF
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h312 virtual void setContentsToImage(Image*) { } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DTextureMapperGL.cpp231 virtual void setContentsToImage(Image*);
485 void BitmapTextureGL::setContentsToImage(Image* image) function in class:WebCore::BitmapTextureGL
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp1023 void GraphicsLayerAndroid::setContentsToImage(Image* image) function in class:WebCore::GraphicsLayerAndroid
1025 ALOGV("(%x) setContentsToImage", this, image);
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp668 void GraphicsLayerCA::setContentsToImage(Image* image) function in class:WebCore::GraphicsLayerCA

Completed in 124 milliseconds