Searched refs:maxZoom (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview.cpp583 \i zooms by no more than \a maxZoom
590 bool QDeclarativeWebView::heuristicZoom(int clickX, int clickY, qreal maxZoom) argument
592 if (contentsScale() >= maxZoom / scale())
595 QRect showArea = elementAreaAt(clickX, clickY, d->preferredwidth / maxZoom, d->preferredheight / maxZoom);
597 if (z > maxZoom / scale())
598 z = maxZoom / scale();

Completed in 17 milliseconds