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

  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.cpp 457 if (m_childrenTransform.isIdentity())
460 ts << "[" << m_childrenTransform.m11() << " " << m_childrenTransform.m12() << " " << m_childrenTransform.m13() << " " << m_childrenTransform.m14() << "] ";
461 ts << "[" << m_childrenTransform.m21() << " " << m_childrenTransform.m22() << " " << m_childrenTransform.m23() << " " << m_childrenTransform.m24() << "] ";
462 ts << "[" << m_childrenTransform.m31() << " " << m_childrenTransform.m32() << " " << m_childrenTransform.m33() << " " << m_children (…)
    [all...]
GraphicsLayer.h 235 const TransformationMatrix& childrenTransform() const { return m_childrenTransform; }
236 virtual void setChildrenTransform(const TransformationMatrix& t) { m_childrenTransform = t; }
365 TransformationMatrix m_childrenTransform;
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 243 if (t == m_childrenTransform)
516 copyTransform(transform, m_childrenTransform);
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 309 if (t == m_childrenTransform)
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 554 if (t == m_childrenTransform)
    [all...]

Completed in 128 milliseconds