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

Function ExportBitmapComposition

exporter/src/export/ExportComposition.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void ExportBitmapComposition(std::shared_ptr<PAGExportSession> session,
119 const AEGP_CompH& compositionHandle) {
120 auto composition = new pag::BitmapComposition();
121 GetCompositionAttributes(session, compositionHandle, composition);
122 session->compositions.push_back(composition);
123}
124
125void ExportVectorComposition(std::shared_ptr<PAGExportSession> session,
126 const AEGP_CompH& compHandle) {

Callers 2

ExportCompositionFunction · 0.85

Calls 3

GetCompositionAttributesFunction · 0.85
GetBitmapSequenceFunction · 0.85
push_backMethod · 0.80

Tested by

no test coverage detected