Searched refs:showArea (Results 1 – 1 of 1) sorted by relevance
595 …QRect showArea = elementAreaAt(clickX, clickY, d->preferredwidth / maxZoom, d->preferredheight / m… in heuristicZoom() local596 …qreal z = qMin(qreal(d->preferredwidth) / showArea.width(), qreal(d->preferredheight) / showArea.h… in heuristicZoom()600 … QRectF r(showArea.left() * z, showArea.top() * z, showArea.width() * z, showArea.height() * z); in heuristicZoom()