Searched refs:setContentsToImage (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperTiledBackingStore.h47 void setContentsToImage(Image* image) { m_image = image; } function in class:WebCore::TextureMapperTiledBackingStore
H A DGraphicsLayerTextureMapper.cpp353 void GraphicsLayerTextureMapper::setContentsToImage(Image* image) function in class:WebCore::GraphicsLayerTextureMapper
369 m_compositedImage->setContentsToImage(image);
377 GraphicsLayer::setContentsToImage(image);
H A DGraphicsLayerTextureMapper.h68 virtual void setContentsToImage(Image*);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebOverlay.h114 void setContentsToImage(const unsigned char* data, const Platform::IntSize& imageSize, ImageDataAdoptionType = ReferenceImageData);
H A DWebOverlay_p.h98 virtual void setContentsToImage(const unsigned char* data, const WebCore::IntSize& imageSize, WebOverlay::ImageDataAdoptionType) = 0;
157 virtual void setContentsToImage(const unsigned char* data, const WebCore::IntSize& imageSize, WebOverlay::ImageDataAdoptionType);
191 void setContentsToImage(const BlackBerry::Platform::Graphics::TiledImage&);
247 virtual void setContentsToImage(const unsigned char* data, const WebCore::IntSize& imageSize, WebOverlay::ImageDataAdoptionType);
H A DWebOverlay.cpp171 void WebOverlay::setContentsToImage(const unsigned char* data, const Platform::IntSize& imageSize, ImageDataAdoptionType adoptionType) function in class:BlackBerry::WebKit::WebOverlay
173 d->setContentsToImage(data, imageSize, adoptionType);
343 void WebOverlayPrivateWebKitThread::setContentsToImage(const unsigned char*, const WebCore::IntSize&, WebOverlay::ImageDataAdoptionType) function in class:BlackBerry::WebKit::WebOverlayPrivateWebKitThread
406 void WebOverlayLayerCompositingThreadClient::setContentsToImage(const BlackBerry::Platform::Graphics::TiledImage& image) function in class:BlackBerry::WebKit::WebOverlayLayerCompositingThreadClient
656 void WebOverlayPrivateCompositingThread::setContentsToImage(const unsigned char* data, const IntSize& imageSize, WebOverlay::ImageDataAdoptionType) function in class:BlackBerry::WebKit::WebOverlayPrivateCompositingThread
668 m_layerCompositingThreadClient->setContentsToImage(image);
796 void WebOverlay::setContentsToImage(const unsigned char*, const Platform::IntSize&, ImageDataAdoptionType)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DGraphicsLayerBlackBerry.h106 virtual void setContentsToImage(Image*);
H A DGraphicsLayerBlackBerry.cpp498 void GraphicsLayerBlackBerry::setContentsToImage(Image* image) function in class:WebCore::GraphicsLayerBlackBerry
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.h85 virtual void setContentsToImage(Image*);
H A DGraphicsLayerClutter.cpp466 void GraphicsLayerClutter::setContentsToImage(Image* image) function in class:WebCore::GraphicsLayerClutter
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsLayer.h91 virtual void setContentsToImage(Image*) OVERRIDE;
H A DCoordinatedGraphicsLayer.cpp469 void CoordinatedGraphicsLayer::setContentsToImage(Image* image) function in class:WebCore::CoordinatedGraphicsLayer
485 GraphicsLayer::setContentsToImage(image);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayer.h381 virtual void setContentsToImage(Image*) { } function in class:WebCore::GraphicsLayer
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.h116 virtual void setContentsToImage(Image*);
H A DGraphicsLayerCA.cpp783 void GraphicsLayerCA::setContentsToImage(Image* image) function in class:WebCore::GraphicsLayerCA
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayerBacking.cpp1444 m_graphicsLayer->setContentsToImage(0);
1457 m_graphicsLayer->setContentsToImage(image.get());
1738 m_graphicsLayer->setContentsToImage(image);

Completed in 187 milliseconds