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

Method getPatternCache

Engine/RotoStrokeItem.cpp:465–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465std::vector<cairo_pattern_t*>
466RotoStrokeItem::getPatternCache() const
467{
468 assert( !_imp->strokeDotPatternsMutex.tryLock() );
469
470 return _imp->strokeDotPatterns;
471}
472
473void
474RotoStrokeItem::updatePatternCache(const std::vector<cairo_pattern_t*>& cache)

Callers

nothing calls this directly

Calls 1

tryLockMethod · 0.45

Tested by

no test coverage detected