Home | History | Annotate | Download | only in svg

Lines Matching defs:SVGZoomEvent

24 #include "SVGZoomEvent.h"
28 SVGZoomEvent::SVGZoomEvent()
34 FloatRect SVGZoomEvent::zoomRectScreen() const
39 float SVGZoomEvent::previousScale() const
44 void SVGZoomEvent::setPreviousScale(float scale)
49 FloatPoint SVGZoomEvent::previousTranslate() const
54 float SVGZoomEvent::newScale() const
59 void SVGZoomEvent::setNewScale(float scale)
64 FloatPoint SVGZoomEvent::newTranslate() const
69 bool SVGZoomEvent::isSVGZoomEvent() const