Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tfx/
H A Dtrenderer.cpp44 std::vector<const TFx *> calculateSortedFxs(TRasterFxP rootFx);
877 auto sortedFxs = calculateSortedFxs(rootFx); in notifyRenderFinished()
977 auto sortedFxs = calculateSortedFxs(m_fx.m_frameA); in run()
1182 std::vector<const TFx *> calculateSortedFxs(TRasterFxP rootFx) { in calculateSortedFxs() function
1249 auto sortedFxs = calculateSortedFxs(renderDatas[z].m_fxRoot.m_frameA); in startRendering()