| 116 | } |
| 117 | |
| 118 | void 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 | |
| 125 | void ExportVectorComposition(std::shared_ptr<PAGExportSession> session, |
| 126 | const AEGP_CompH& compHandle) { |
no test coverage detected