thorvg/test/capi
Hermet Park b214fd23bc common canvas/scene: introduce paints() api that returns the list of the paints.
These new apis would enable users to easily modify the motion scene,
The data structure of the paints has been changed from an array to a list.

@APIs:
std::list<Paint*>& Canvas::paints() noexcept;
std::list<Paint*>& Scene::paints() noexcept;

@Deprecated:
Result Canvas::reserve(uint32_t size) noexcept;
Result Scene::reserve(uint32_t size) noexcept;

@Issue: https://github.com/thorvg/thorvg/issues/1203
2023-06-09 10:54:03 +09:00
..
capiFill.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
capiInitializer.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
capiLinearGradient.cpp test_capi: Add missing *_del api 2023-05-10 21:05:26 +09:00
capiMain.cpp tests capi: revise the show-case & infrastructure. 2021-06-12 02:11:01 +09:00
capiPaint.cpp test_capi: Add missing *_del api 2023-05-10 21:05:26 +09:00
capiPicture.cpp api: remove a beta api. 2023-05-20 13:22:52 +09:00
capiRadialGradient.cpp tests: capi identifier tests added 2023-05-04 09:58:09 +09:00
capiSavers.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
capiScene.cpp common canvas/scene: introduce paints() api that returns the list of the paints. 2023-06-09 10:54:03 +09:00
capiShape.cpp tests: capi test for tvg_shape_set_paint_order 2023-05-20 13:23:47 +09:00
capiSwCanvas.cpp common canvas/scene: introduce paints() api that returns the list of the paints. 2023-06-09 10:54:03 +09:00
meson.build infra: specify TVG_API for both static/dynamic linking. 2023-04-22 18:32:22 +09:00