mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
![]() This change introduces the CanvasEngine::All type to automatically initialize the engines available on the current system. These revisions improve the usability of these APIs. Addtions: - enum class CanvasEngine::All Modifications: - Result Initializer::init(CanvasEngine engine, uint32_t threads) -> Result Initializer::init(uint32_t threads, CanvasEngine engine = tvg::CanvasEngine::All) |
||
---|---|---|
.. | ||
capi | ||
images | ||
regression | ||
catch.hpp | ||
meson.build | ||
testAccessor.cpp | ||
testAnimation.cpp | ||
testFill.cpp | ||
testInitializer.cpp | ||
testMain.cpp | ||
testPaint.cpp | ||
testPicture.cpp | ||
testSavers.cpp | ||
testScene.cpp | ||
testShape.cpp | ||
testSwCanvas.cpp | ||
testSwCanvasBase.cpp | ||
testSwEngine.cpp |