HomeSort by relevance Sort by last modified time
    Searched refs:childrenTransform (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 208 TransformationMatrix childrenTransform;
GraphicsLayerTextureMapper.cpp 214 if (value == childrenTransform())
TextureMapperNode.cpp 404 if (m_state.childrenTransform.isIdentity())
411 .multiply(m_state.childrenTransform)
834 m_state.childrenTransform = graphicsLayer->childrenTransform();
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 285 TransformationMatrix childrenTransform;
569 if (!m_state.childrenTransform.isIdentity()) {
572 .multiply(m_state.childrenTransform)
758 if ((m_changeMask & ChildrenTransformChange) && m_state.childrenTransform != m_layer->childrenTransform())
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 253 const TransformationMatrix& childrenTransform() const { return m_childrenTransform; }

Completed in 30 milliseconds