Searched refs:maxZoom (Results 1 – 1 of 1) sorted by relevance
590 bool QDeclarativeWebView::heuristicZoom(int clickX, int clickY, qreal maxZoom) in heuristicZoom() argument592 if (contentsScale() >= maxZoom / scale()) in heuristicZoom()595 …howArea = elementAreaAt(clickX, clickY, d->preferredwidth / maxZoom, d->preferredheight / maxZoom); in heuristicZoom()597 if (z > maxZoom / scale()) in heuristicZoom()598 z = maxZoom / scale(); in heuristicZoom()