Home
last modified time | relevance | path

Searched defs:timePoint (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dupdate_parameters.hpp24 const TimePoint timePoint; member in mbgl::UpdateParameters
H A Dpaint_parameters.hpp52 TimePoint timePoint; member in mbgl::PaintParameters
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp766 TimePoint timePoint = mode == MapMode::Continuous ? Clock::now() : Clock::time_point::max(); in onUpdate() local