Home
last modified time | relevance | path

Searched refs:currentTranslate (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGDocument.cpp86 …ranslate = FloatPoint(start.x() - rootElement()->currentTranslate().x(), rootElement()->currentTra… in startPan()
DSVGSVGElement.h84 FloatPoint& currentTranslate() { return m_translation; } in currentTranslate() function
DSVGSVGElement.idl54 readonly attribute SVGPoint currentTranslate;
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGRoot.cpp247 FloatPoint translate = svg->currentTranslate(); in localToBorderBoxTransform()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-143329 Implement currentScale(), setCurrentScale() and currentTranslate() in SVGSVGElement
3341 (WebCore::SVGSVGElement::currentTranslate):
34170 Implement currentScale(), setCurrentScale() and currentTranslate() in SVGSVGElement
34182 (WebCore::SVGSVGElement::currentTranslate):
DChangeLog-2006-12-3122982 (WebCore::SVGSVGElement::currentTranslate):
51618 (WebCore::SVGSVGElement::currentTranslate):
51783 (WebCore::SVGSVGElement::currentTranslate):
DChangeLog-2005-12-195633 (SVGSVGElementImpl::currentTranslate):
DChangeLog-2010-12-062749 (WebCore::SVGSVGElement::currentTranslate):
16709 (WebCore::SVGSVGElement::currentTranslate): Return reference to m_translation.
16713 … attributes, that are not associated with a SVGAnimatedProperty. (SVGSVGElement::currentTranslate).
DChangeLog-2009-06-1697352 Added tests: svg/custom/svg-modify-currentTranslate.html