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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageLayerChromiumTest.cpp121 graphicsLayer->setContentsToImage(image.get());
125 graphicsLayer->setContentsToImage(0);
143 graphicsLayer->setContentsToImage(opaqueImage.get());
146 graphicsLayer->setContentsToImage(nonOpaqueImage.get());
H A DGraphicsLayer.h201 void setContentsToImage(Image*);
H A DGraphicsLayer.cpp925 void GraphicsLayer::setContentsToImage(Image* image) function in class:blink::GraphicsLayer
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp495 m_graphicsLayer->setContentsToImage(0);
1862 m_graphicsLayer->setContentsToImage(image);

Completed in 172 milliseconds