MCPcopy Create free account
hub / github.com/Samsung/rlottie / setup

Method setup

example/lottieperf.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97private:
98 void setup()
99 {
100 for (auto i = 0u; i < _resourceCount; i++) {
101 auto index = i % _resourceList.size();
102 _renderers.push_back(std::make_unique<Renderer>(_resourceList[index]));
103 }
104 }
105
106 void benchmark(bool async)
107 {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected