Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.h166 void setChildrenTransform(const TransformationMatrix&);
DGraphicsLayer.cpp848 void GraphicsLayer::setChildrenTransform(const TransformationMatrix& transform) in setChildrenTransform() function in WebCore::GraphicsLayer
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp698 clipLayer->setChildrenTransform(t); in updateGraphicsLayerGeometry()
699 m_graphicsLayer->setChildrenTransform(TransformationMatrix()); in updateGraphicsLayerGeometry()
701 m_graphicsLayer->setChildrenTransform(t); in updateGraphicsLayerGeometry()
705 clipLayer->setChildrenTransform(TransformationMatrix()); in updateGraphicsLayerGeometry()
707 m_graphicsLayer->setChildrenTransform(TransformationMatrix()); in updateGraphicsLayerGeometry()
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp4101 m_rootGraphicsLayer->setChildrenTransform(transform); in updateRootLayerTransform()