Searched refs:setCurrentTranslate (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGDocument.cpp92 rootElement()->setCurrentTranslate(FloatPoint(pos.x() - m_translate.x(), m_translate.y() - pos.y()));
H A DSVGSVGElement.h85 void setCurrentTranslate(const FloatPoint&);
H A DSVGSVGElement.cpp220 void SVGSVGElement::setCurrentTranslate(const FloatPoint& translation) function in class:WebCore::SVGSVGElement

Completed in 97 milliseconds