HomeSort by relevance Sort by last modified time
    Searched full:m_translate (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGDocument.cpp 90 m_translate = FloatPoint(start.x() - rootElement()->currentTranslate().x(), rootElement()->currentTranslate().y() + start.y());
96 rootElement()->setCurrentTranslate(FloatPoint(pos.x() - m_translate.x(), m_translate.y() - pos.y()));
SVGDocument.h 60 FloatPoint m_translate; member in class:WebCore::SVGDocument

Completed in 2683 milliseconds