HomeSort by relevance Sort by last modified time
    Searched refs:setCurrentTranslate (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.h 74 void setCurrentTranslate(const FloatPoint&);
SVGDocumentExtensions.cpp 464 svg->setCurrentTranslate(FloatPoint(pos.x() - m_translate.x(), pos.y() - m_translate.y()));
SVGSVGElement.cpp 202 void SVGSVGElement::setCurrentTranslate(const FloatPoint& point)

Completed in 698 milliseconds