MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / clearPartialUpdateParams

Method clearPartialUpdateParams

Engine/ViewerInstance.cpp:3485–3492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3483}
3484
3485void
3486ViewerInstance::clearPartialUpdateParams()
3487{
3488 QMutexLocker k(&_imp->viewerParamsMutex);
3489
3490 _imp->partialUpdateRects.clear();
3491 _imp->viewportCenterSet = false;
3492}
3493
3494void
3495ViewerInstance::setDoingPartialUpdates(bool doing)

Callers 1

threadLoopOnceMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected