Home | History | Annotate | Download | only in svg

Lines Matching defs:SVGZoomEvent

26 #include "core/svg/SVGZoomEvent.h"
30 SVGZoomEvent::SVGZoomEvent()
37 SVGRect SVGZoomEvent::zoomRectScreen() const
42 float SVGZoomEvent::previousScale() const
47 void SVGZoomEvent::setPreviousScale(float scale)
52 SVGPoint SVGZoomEvent::previousTranslate() const
57 float SVGZoomEvent::newScale() const
62 void SVGZoomEvent::setNewScale(float scale)
67 SVGPoint SVGZoomEvent::newTranslate() const
72 const AtomicString& SVGZoomEvent::interfaceName() const