Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview.cpp590 bool QDeclarativeWebView::heuristicZoom(int clickX, int clickY, qreal maxZoom) in heuristicZoom() argument
592 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()