Home
last modified time | relevance | path

Searched refs:prevScale (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
DSVGDocument.cpp56 void SVGDocument::dispatchZoomEvent(float prevScale, float newScale) in dispatchZoomEvent() argument
61 event->setPreviousScale(prevScale); in dispatchZoomEvent()
DSVGDocument.h45 void dispatchZoomEvent(float prevScale, float newScale);