Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.cpp191 void Placement::commit(const Placement& prevPlacement, TimePoint now) { in commit() argument
197 …std::chrono::duration<float>(commitTime - prevPlacement.commitTime) / Duration(std::chrono::millis… in commit()
202 auto prevOpacity = prevPlacement.opacities.find(jointPlacement.first); in commit()
203 if (prevOpacity != prevPlacement.opacities.end()) { in commit()
215 for (auto& prevOpacity : prevPlacement.opacities) { in commit()
225 fadeStartTime = placementChanged ? commitTime : prevPlacement.fadeStartTime; in commit()
H A Dplacement.hpp66 void commit(const Placement& prevPlacement, TimePoint);