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

Method getTimelineBounds

Engine/ViewerInstance.cpp:3417–3427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3415}
3416
3417void
3418ViewerInstance::getTimelineBounds(int* first,
3419 int* last) const
3420{
3421 if (_imp->uiContext) {
3422 _imp->uiContext->getViewerFrameRange(first, last);
3423 } else {
3424 *first = 0;
3425 *last = 0;
3426 }
3427}
3428
3429int
3430ViewerInstance::getMipMapLevelFromZoomFactor() const

Callers 1

getFrameRangeToRenderMethod · 0.45

Calls 1

getViewerFrameRangeMethod · 0.80

Tested by

no test coverage detected