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

Method updatePatternCache

Engine/RotoStrokeItem.cpp:473–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473void
474RotoStrokeItem::updatePatternCache(const std::vector<cairo_pattern_t*>& cache)
475{
476 assert( !_imp->strokeDotPatternsMutex.tryLock() );
477 _imp->strokeDotPatterns = cache;
478}
479
480RectD
481RotoStrokeItem::getWholeStrokeRoDWhilePainting() const

Callers

nothing calls this directly

Calls 1

tryLockMethod · 0.45

Tested by

no test coverage detected