Home
last modified time | relevance | path

Searched refs:cachedLastFrameValue (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_image_animation_interface.cpp41 cachedLastFrameValue(-1), in Private()
56 cachedLastFrameValue(-1), in Private()
72 int cachedLastFrameValue; member
384 m_d->cachedLastFrameValue = -1; in invalidateFrames()
416 if (m_d->cachedLastFrameValue < 0) { in totalLength()
417 m_d->cachedLastFrameValue = findLastKeyframeTimeRecursive(m_d->image->root()); in totalLength()
420 int lastKey = m_d->cachedLastFrameValue; in totalLength()