Home
last modified time | relevance | path

Searched refs:LayerContent (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DPictureLayerContent.h34 class PictureLayerContent : public LayerContent {
54 class LegacyPictureLayerContent : public LayerContent {
DBaseLayerAndroid.h41 BaseLayerAndroid(LayerContent* content);
60 ForegroundBaseLayerAndroid(LayerContent* content);
DLayerAndroid.h53 class LayerContent; variable
187 LayerContent* content() { return m_content; } in content()
188 void setContent(LayerContent* content);
372 LayerContent* m_content;
DLayerContent.h41 class LayerContent : public SkRefCnt {
DPicturePileLayerContent.h34 class PicturePileLayerContent : public LayerContent {
DBaseLayerAndroid.cpp49 BaseLayerAndroid::BaseLayerAndroid(LayerContent* content) in BaseLayerAndroid()
113 ForegroundBaseLayerAndroid::ForegroundBaseLayerAndroid(LayerContent* content) in ForegroundBaseLayerAndroid()
DLayerAndroid.cpp527 void LayerAndroid::setContent(LayerContent* content) in setContent()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurface.cpp104 LayerContent* newContent = getFirstLayer()->content(); in tryUpdateSurface()
105 LayerContent* oldContent = oldSurface->getFirstLayer()->content(); in tryUpdateSurface()
230 LayerContent* content = m_layers[i]->content(); in prepareGL()
430 LayerContent* content = getFirstLayer()->content(); in blitFromContents()
/external/webkit/Source/WebKit/android/jni/
DViewStateSerializer.cpp183 LayerContent* content; in nativeDeserializeViewState()
540 LayerContent* content; in deserializeLayer()
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp307 LayerContent* content = m_baseLayer->content(); in draw()
530 LayerContent* content = m_baseLayer->content(); in copyBaseContentToPicture()
1008 LayerContent* content = layer->content(); in nativeDumpLayerContentToPicture()