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

  /external/webkit/Source/WebCore/svg/
SVGDocument.cpp 92 rootElement()->setCurrentTranslate(FloatPoint(pos.x() - m_translate.x(), m_translate.y() - pos.y()));
SVGSVGElement.h 85 void setCurrentTranslate(const FloatPoint&);
SVGSVGElement.cpp 220 void SVGSVGElement::setCurrentTranslate(const FloatPoint& translation)

Completed in 3333 milliseconds