Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.hpp73 bool stillRecent(TimePoint now) const;
H A Dplacement.cpp364 bool Placement::stillRecent(TimePoint now) const { in stillRecent() function in mbgl::Placement
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp389 if (!placement->stillRecent(parameters.timePoint)) { in render()