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

Method clearPartialUpdateParams

Engine/ViewerInstance.cpp:3486–3493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

threadLoopOnceMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected