Home | History | Annotate | Download | only in svg

Lines Matching defs:currentView

185 void SVGSVGElement::setUseCurrentView(bool currentView)
187 m_useCurrentView = currentView;
190 SVGViewSpec* SVGSVGElement::currentView() const
593 if (currentView()) // what if we should use it but it is not set?
594 viewBoxRect = currentView()->viewBox();
600 if (useCurrentView() && currentView()) {
602 if (currentView()->transform().concatenate(transform))
613 currentView()->setViewBoxBaseValue(viewElement->viewBox());
615 currentView()->setViewBoxBaseValue(viewBox());
622 currentView()->setPreserveAspectRatioBaseValue(aspectRatio);
625 currentView()->setZoomAndPan(viewElement->zoomAndPan());