Home
last modified time | relevance | path

Searched refs:setContentsImage (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DBaseLayerAndroid.cpp130 setContentsImage(image->nativeImageForCurrentFrame()); in FixedBackgroundImageLayerAndroid()
DLayerAndroid.h233 void setContentsImage(SkBitmapRef* img);
DLayerAndroid.cpp520 void LayerAndroid::setContentsImage(SkBitmapRef* img) in setContentsImage() function in WebCore::LayerAndroid
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp1033 m_contentLayer->setContentsImage(bitmap); in setContentsToImage()
1039 m_contentLayer->setContentsImage(0); in setContentsToImage()
/external/webkit/Source/WebKit/android/jni/
DViewStateSerializer.cpp535 layer->setContentsImage(imageRef); in deserializeLayer()