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

  /external/webkit/WebCore/svg/
SVGDocument.cpp 90 m_translate = FloatPoint(start.x() - rootElement()->currentTranslate().x(), rootElement()->currentTranslate().y() + start.y());
SVGSVGElement.idl 54 readonly attribute SVGPoint currentTranslate;
SVGSVGElement.h 83 FloatPoint currentTranslate() const;
SVGSVGElement.cpp 208 FloatPoint SVGSVGElement::currentTranslate() const
  /external/webkit/WebCore/rendering/
RenderSVGRoot.cpp 199 ctm.translate(svg->currentTranslate().x(), svg->currentTranslate().y());

Completed in 1182 milliseconds