Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dzoom_history.hpp13 TimePoint lastIntegerZoomTime; member
23 lastIntegerZoomTime = zero; in update()
31 lastIntegerZoomTime = now == Clock::time_point::max() ? zero : now; in update()
34 lastIntegerZoomTime = now == Clock::time_point::max() ? zero : now; in update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dcross_faded_property_evaluator.cpp32 ? std::min((parameters.now - parameters.zoomHistory.lastIntegerZoomTime) / d, 1.0f) in calculate()