Searched refs:prevPlacement (Results 1 – 2 of 2) sorted by relevance
191 void Placement::commit(const Placement& prevPlacement, TimePoint now) { in commit() argument197 …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()
66 void commit(const Placement& prevPlacement, TimePoint);