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

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 487 if (parent() && !m_childrenTransform.isIdentity()) {
490 ts << "[" << m_childrenTransform.m11() << " " << m_childrenTransform.m12() << " " << m_childrenTransform.m13() << " " << m_childrenTransform.m14() << "] ";
491 ts << "[" << m_childrenTransform.m21() << " " << m_childrenTransform.m22() << " " << m_childrenTransform.m23() << " " << m_childrenTransform.m24() << "] ";
492 ts << "[" << m_childrenTransform.m31() << " " << m_childrenTransform.m32() << " " << m_childrenTransform.m33() << " " << m_children (…)
    [all...]
GraphicsLayer.h 253 const TransformationMatrix& childrenTransform() const { return m_childrenTransform; }
254 virtual void setChildrenTransform(const TransformationMatrix& t) { m_childrenTransform = t; }
396 TransformationMatrix m_childrenTransform;
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 171 void setChildrenTransform(const TransformationMatrix& t) { m_childrenTransform = t; }
352 TransformationMatrix m_childrenTransform;
LayerAndroid.cpp 126 m_childrenTransform = layer.m_childrenTransform;
494 if (!m_childrenTransform.isIdentity()) {
496 childMatrix.multiply(m_childrenTransform);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.cpp 215 if (transform == m_childrenTransform)
542 primaryLayer()->setSublayerTransform(m_childrenTransform);
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 241 if (t == m_childrenTransform)
562 copyTransform(transform, m_childrenTransform);
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 338 writeTransformationMatrix(stream, layer->m_childrenTransform);
457 readTransformationMatrix(stream, layer->m_childrenTransform);
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 420 if (t == m_childrenTransform)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 380 if (t == m_childrenTransform)
    [all...]

Completed in 981 milliseconds