Searched defs:m_childrenTransform (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h253 const TransformationMatrix& childrenTransform() const { return m_childrenTransform; }
254 virtual void setChildrenTransform(const TransformationMatrix& t) { m_childrenTransform = t; }
396 TransformationMatrix m_childrenTransform; member in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayerAndroid.h175 void setChildrenTransform(const TransformationMatrix& t) { m_childrenTransform = t; }
356 TransformationMatrix m_childrenTransform; member in class:WebCore::LayerAndroid

Completed in 153 milliseconds