MCPcopy Create free account
hub / github.com/Tencent/libpag / setCurrentTime

Method setCurrentTime

src/rendering/layers/PAGLayer.cpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void PAGLayer::setCurrentTime(int64_t time) {
276 LockGuard autoLock(rootLocker);
277 setCurrentTimeInternal(time);
278}
279
280bool PAGLayer::setCurrentTimeInternal(int64_t time) {
281 return gotoTimeAndNotifyChanged(time);

Callers 3

SetCurrentTimeFunction · 0.45
PAGBindInitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected