| 131 | } |
| 132 | |
| 133 | void LottieView::loadFromData(const std::string &jsonData, const std::string &key, const std::string &resourcePath) |
| 134 | { |
| 135 | mRenderDelegate->loadFromData(jsonData, key, resourcePath); |
| 136 | } |
| 137 | |
| 138 | void LottieView::setSize(int w, int h) |
| 139 | { |
nothing calls this directly
no outgoing calls
no test coverage detected