Searched refs:setChildrenTransform (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.h68 virtual void setChildrenTransform(const TransformationMatrix&);
H A DGraphicsLayerAndroid.cpp355 void GraphicsLayerAndroid::setChildrenTransform(const TransformationMatrix& t) function in class:WebCore::GraphicsLayerAndroid
359 LOG("(%x) setChildrenTransform", this);
361 GraphicsLayer::setChildrenTransform(t);
362 m_contentLayer->setChildrenTransform(t);
367 layer->setChildrenTransform(t);
H A DLayerAndroid.h174 void setChildrenTransform(const TransformationMatrix& t) { m_childrenTransform = t; } function in class:WebCore::LayerAndroid
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.h65 virtual void setChildrenTransform(const TransformationMatrix&);
H A DGraphicsLayerChromium.cpp213 void GraphicsLayerChromium::setChildrenTransform(const TransformationMatrix& transform) function in class:WebCore::GraphicsLayerChromium
218 GraphicsLayer::setChildrenTransform(transform);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.h57 virtual void setChildrenTransform(const TransformationMatrix& t);
H A DGraphicsLayerQt.cpp1121 void GraphicsLayerQt::setChildrenTransform(const TransformationMatrix& value) function in class:WebCore::GraphicsLayerQt
1125 GraphicsLayer::setChildrenTransform(value);
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h62 virtual void setChildrenTransform(const TransformationMatrix& t);
H A DGraphicsLayerTextureMapper.cpp212 void GraphicsLayerTextureMapper::setChildrenTransform(const TransformationMatrix& value) function in class:WebCore::GraphicsLayerTextureMapper
216 GraphicsLayer::setChildrenTransform(value);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.h62 virtual void setChildrenTransform(const TransformationMatrix&);
H A DGraphicsLayerCACF.cpp239 void GraphicsLayerCACF::setChildrenTransform(const TransformationMatrix& t) function in class:WebCore::GraphicsLayerCACF
244 GraphicsLayer::setChildrenTransform(t);
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp444 m_clippingLayer->setChildrenTransform(t);
445 m_graphicsLayer->setChildrenTransform(TransformationMatrix());
448 m_graphicsLayer->setChildrenTransform(t);
451 m_clippingLayer->setChildrenTransform(TransformationMatrix());
453 m_graphicsLayer->setChildrenTransform(TransformationMatrix());
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h254 virtual void setChildrenTransform(const TransformationMatrix& t) { m_childrenTransform = t; } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.h80 virtual void setChildrenTransform(const TransformationMatrix&);
H A DGraphicsLayerCA.cpp418 void GraphicsLayerCA::setChildrenTransform(const TransformationMatrix& t) function in class:WebCore::GraphicsLayerCA
423 GraphicsLayer::setChildrenTransform(t);

Completed in 187 milliseconds