| 337 | } |
| 338 | |
| 339 | static void CheckImageFillRule(std::shared_ptr<PAGExportSession> session, |
| 340 | pag::Composition* composition) { |
| 341 | TraversalLayers(session, composition, pag::LayerType::Image, &CheckLayerImageFillRule, |
| 342 | composition); |
| 343 | } |
| 344 | |
| 345 | static void CheckVideoCompositionInUIScenes(std::shared_ptr<PAGExportSession> session, |
| 346 | std::vector<pag::Composition*>& compositions) { |
no test coverage detected