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

  /external/webkit/WebCore/svg/
SVGTransformDistance.cpp 68 FloatSize centerDistance = toSVGTransform.rotationCenter() - fromSVGTransform.rotationCenter();
131 transform.setRotate(first.angle() + second.angle(), first.rotationCenter().x() + second.rotationCenter().x(),
132 first.rotationCenter().y() + second.rotationCenter().y());
179 m_cx += absoluteValue ? fabsf(transform.rotationCenter().x()) : transform.rotationCenter().x();
180 m_cy += absoluteValue ? fabsf(transform.rotationCenter().y()) : transform.rotationCenter().y()
    [all...]
SVGTransform.h 55 FloatPoint rotationCenter() const;
SVGTransform.cpp 79 FloatPoint SVGTransform::rotationCenter() const

Completed in 521 milliseconds