Searched refs:setChildrenTransform (Results 1 – 4 of 4) sorted by relevance
166 void setChildrenTransform(const TransformationMatrix&);
848 void GraphicsLayer::setChildrenTransform(const TransformationMatrix& transform) in setChildrenTransform() function in WebCore::GraphicsLayer
698 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()
4101 m_rootGraphicsLayer->setChildrenTransform(transform); in updateRootLayerTransform()