thorvg/test
Hermet Park 5d930e51e4 test/examples: -- deprecated apis call warnings.
Result load(const char* data, uint32_t size, bool copy = false)
-> Result load(const char* data, uint32_t size, const std::string& mimeType, bool copy = false)

Result bounds(float* x, float* y, float* w, float* h)
-> Result bounds(float* x, float* y, float* w, float* h, bool transformed)
2023-04-22 18:32:22 +09:00
..
capi infra: specify TVG_API for both static/dynamic linking. 2023-04-22 18:32:22 +09:00
images test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
wasm test: remove gtest & its infra. 2021-06-03 17:38:07 +09:00
catch.hpp test: upgrade catch2 2023-01-30 13:28:44 +09:00
meson.build infra: specify TVG_API for both static/dynamic linking. 2023-04-22 18:32:22 +09:00
testAccessor.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
testFill.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
testInitializer.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
testMain.cpp tests: introduce catch2 unit tests infrastructure. 2021-06-04 16:46:34 +09:00
testPaint.cpp test/examples: -- deprecated apis call warnings. 2023-04-22 18:32:22 +09:00
testPicture.cpp test/examples: -- deprecated apis call warnings. 2023-04-22 18:32:22 +09:00
testSavers.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
testScene.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
testShape.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
testSwCanvas.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
testSwCanvasBase.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
testSwEngine.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00