Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocument.cpp91 svg->setCurrentTranslate(FloatPoint(pos.x() - m_translate.x(), pos.y() - m_translate.y())); in updatePan()
DSVGSVGElement.h88 void setCurrentTranslate(const FloatPoint&);
DSVGSVGElement.cpp209 void SVGSVGElement::setCurrentTranslate(const FloatPoint& translation) in setCurrentTranslate() function in WebCore::SVGSVGElement