Home
last modified time | relevance | path

Searched refs:m_contentLayer (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp124 m_contentLayer = new LayerAndroid(true); in GraphicsLayerAndroid()
128 m_contentLayer->setIsRootLayer(renderLayer->isRootLayer()); in GraphicsLayerAndroid()
135 m_contentLayer->unref(); in ~GraphicsLayerAndroid()
250 m_contentLayer->setFixedPosition(left, top, right, bottom, in updateFixedPosition()
275 m_contentLayer->setAnchorPoint(point.x(), point.y()); in setAnchorPoint()
285 m_contentLayer->setSize(size.width(), size.height()); in setSize()
356 m_contentLayer->setBackgroundColor(c); in setBackgroundColor()
387 m_contentLayer->setOpacity(clampedOpacity); in setOpacity()
437 LayerAndroid* copyLayer = new LayerAndroid(*m_contentLayer); in sendImmediateRepaint()
441 this, m_contentLayer->getSize().width(), m_contentLayer->getSize().height(), in sendImmediateRepaint()
[all …]
DGraphicsLayerAndroid.h122 LayerAndroid* contentLayer() { return m_contentLayer; } in contentLayer()
153 LayerAndroid* m_contentLayer; variable