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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 171 void setChildrenTransform(const TransformationMatrix& t) { m_childrenTransform = t; }
352 TransformationMatrix m_childrenTransform;
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 253 const TransformationMatrix& childrenTransform() const { return m_childrenTransform; }
254 virtual void setChildrenTransform(const TransformationMatrix& t) { m_childrenTransform = t; }
396 TransformationMatrix m_childrenTransform;

Completed in 43 milliseconds