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

  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 56 virtual void setChildrenTransform(const TransformationMatrix& t);
GraphicsLayerQt.cpp 703 void GraphicsLayerQt::setChildrenTransform(const TransformationMatrix& t)
705 GraphicsLayer::setChildrenTransform(t);
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 61 virtual void setChildrenTransform(const TransformationMatrix&);
GraphicsLayerAndroid.cpp 307 void GraphicsLayerAndroid::setChildrenTransform(const TransformationMatrix& t)
311 LOG("(%x) setChildrenTransform", this);
313 GraphicsLayer::setChildrenTransform(t);
318 layer->setChildrenTransform(t);
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 65 virtual void setChildrenTransform(const TransformationMatrix&);
GraphicsLayerCACF.cpp 241 void GraphicsLayerCACF::setChildrenTransform(const TransformationMatrix& t)
246 GraphicsLayer::setChildrenTransform(t);
  /external/webkit/WebCore/rendering/
RenderLayerBacking.cpp 336 m_clippingLayer->setChildrenTransform(t);
337 m_graphicsLayer->setChildrenTransform(TransformationMatrix());
340 m_graphicsLayer->setChildrenTransform(t);
343 m_clippingLayer->setChildrenTransform(TransformationMatrix());
345 m_graphicsLayer->setChildrenTransform(TransformationMatrix());
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 236 virtual void setChildrenTransform(const TransformationMatrix& t) { m_childrenTransform = t; }
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 75 virtual void setChildrenTransform(const TransformationMatrix&);
GraphicsLayerCA.mm 552 void GraphicsLayerCA::setChildrenTransform(const TransformationMatrix& t)
557 GraphicsLayer::setChildrenTransform(t);
819 setChildrenTransform(TransformationMatrix());
823 setChildrenTransform(flipTransform());
    [all...]

Completed in 1345 milliseconds