MCPcopy Create free account
hub / github.com/Tencent/libpag / CheckImageFillRule

Function CheckImageFillRule

exporter/src/export/ExportVerify.cpp:339–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

CheckBeforeExportFunction · 0.85

Calls 1

TraversalLayersFunction · 0.85

Tested by

no test coverage detected