Home
last modified time | relevance | path

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

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