Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp285 TransformationMatrix childrenTransform; member
569 if (!m_state.childrenTransform.isIdentity()) { in updateTransform()
572 .multiply(m_state.childrenTransform) in updateTransform()
758 …((m_changeMask & ChildrenTransformChange) && m_state.childrenTransform != m_layer->childrenTransfo… in flushChanges()
860 m_state.childrenTransform = m_layer->childrenTransform(); in flushChanges()
1123 if (value == childrenTransform()) in setChildrenTransform()
/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.cpp404 if (m_state.childrenTransform.isIdentity()) in computeTransformations()
411 .multiply(m_state.childrenTransform) in computeTransformations()
834 m_state.childrenTransform = graphicsLayer->childrenTransform(); in syncCompositingStateSelf()
DTextureMapperNode.h208 TransformationMatrix childrenTransform; member
DGraphicsLayerTextureMapper.cpp214 if (value == childrenTransform()) in setChildrenTransform()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h253 const TransformationMatrix& childrenTransform() const { return m_childrenTransform; } in childrenTransform() function