Home
last modified time | relevance | path

Searched refs:setChildrenTransform (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
DGraphicsLayerTextureMapper.cpp212 void GraphicsLayerTextureMapper::setChildrenTransform(const TransformationMatrix& value) in setChildrenTransform() function in WebCore::GraphicsLayerTextureMapper
216 GraphicsLayer::setChildrenTransform(value); in setChildrenTransform()
DGraphicsLayerTextureMapper.h62 virtual void setChildrenTransform(const TransformationMatrix& t);
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsLayerCACF.h62 virtual void setChildrenTransform(const TransformationMatrix&);
DGraphicsLayerCACF.cpp239 void GraphicsLayerCACF::setChildrenTransform(const TransformationMatrix& t) in setChildrenTransform() function in WebCore::GraphicsLayerCACF
244 GraphicsLayer::setChildrenTransform(t); in setChildrenTransform()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGraphicsLayerChromium.h65 virtual void setChildrenTransform(const TransformationMatrix&);
DGraphicsLayerChromium.cpp213 void GraphicsLayerChromium::setChildrenTransform(const TransformationMatrix& transform) in setChildrenTransform() function in WebCore::GraphicsLayerChromium
218 GraphicsLayer::setChildrenTransform(transform); in setChildrenTransform()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.h57 virtual void setChildrenTransform(const TransformationMatrix& t);
DGraphicsLayerQt.cpp1121 void GraphicsLayerQt::setChildrenTransform(const TransformationMatrix& value) in setChildrenTransform() function in WebCore::GraphicsLayerQt
1125 GraphicsLayer::setChildrenTransform(value); in setChildrenTransform()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.h72 virtual void setChildrenTransform(const TransformationMatrix&);
DGraphicsLayerAndroid.cpp378 void GraphicsLayerAndroid::setChildrenTransform(const TransformationMatrix& t) in setChildrenTransform() function in WebCore::GraphicsLayerAndroid
384 GraphicsLayer::setChildrenTransform(t); in setChildrenTransform()
385 m_contentLayer->setChildrenTransform(t); in setChildrenTransform()
390 layer->setChildrenTransform(t); in setChildrenTransform()
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp444 m_clippingLayer->setChildrenTransform(t); in updateGraphicsLayerGeometry()
445 m_graphicsLayer->setChildrenTransform(TransformationMatrix()); in updateGraphicsLayerGeometry()
448 m_graphicsLayer->setChildrenTransform(t); in updateGraphicsLayerGeometry()
451 m_clippingLayer->setChildrenTransform(TransformationMatrix()); in updateGraphicsLayerGeometry()
453 m_graphicsLayer->setChildrenTransform(TransformationMatrix()); in updateGraphicsLayerGeometry()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.h171 void setChildrenTransform(const TransformationMatrix& t) { m_childrenTransform = t; } in setChildrenTransform() function
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.h80 virtual void setChildrenTransform(const TransformationMatrix&);
DGraphicsLayerCA.cpp418 void GraphicsLayerCA::setChildrenTransform(const TransformationMatrix& t) in setChildrenTransform() function in WebCore::GraphicsLayerCA
423 GraphicsLayer::setChildrenTransform(t); in setChildrenTransform()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h254 virtual void setChildrenTransform(const TransformationMatrix& t) { m_childrenTransform = t; } in setChildrenTransform() function
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2425892 (WebCore::GraphicsLayerChromium::setChildrenTransform):
34422 (WebCore::GraphicsLayerQt::setChildrenTransform):
DChangeLog-2010-01-295748 (WebCore::GraphicsLayerQt::setChildrenTransform): reimp
DChangeLog-2010-12-061297 (WebCore::GraphicsLayerMac::setChildrenTransform):