thorvg/test
Hermet Park 48c8094d19 api: path api revision for v1.0
Unify the Path commands & pts getters.

C++ API modiciation:
- uint32_t Shape::pathCommands(const PathCommand** cmds) const
- uint32_t Shape::pathCoords(const PathCommand** cmds) const
 -> Result Shape::path(const PathCommand** cmds, uint32_t* cmdsCnt, const Point** pts, uint32_t* ptsCnt)

C API modification:
- Tvg_Result tvg_shape_get_path_coords(const Tvg_Paint* paint, const Tvg_Point** pts, uint32_t* cnt)
- Tvg_Result tvg_shape_get_path_commands(const Tvg_Paint* paint, const Tvg_Path_Commands** cmds, uint32_t* cnt)
 -> Tvg_Result tvg_shape_get_path(const Tvg_Paint* paint, const Tvg_Path_Command** cmds, uint32_t* cmdsCnt, const Tvg_Point** pts, uint32_t* ptsCnt)

issue: https://github.com/thorvg/thorvg/issues/3116
2025-01-14 11:47:28 +09:00
..
regression common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
resources lottie: support default slot overriding 2024-11-09 17:28:52 +09:00
catch.hpp test: upgrade catch2 2023-01-30 13:28:44 +09:00
meson.build tests: remove capi tests 2024-11-21 23:39:17 +09:00
testAccessor.cpp api: renamed api for consistency 2025-01-13 16:53:14 +09:00
testAnimation.cpp common: Use explicit floating-point value types. 2025-01-10 12:16:13 +09:00
testFill.cpp updated copyright 2025-01-03 14:32:31 +09:00
testInitializer.cpp updated copyright 2025-01-03 14:32:31 +09:00
testLottie.cpp updated copyright 2025-01-03 14:32:31 +09:00
testMain.cpp tests: introduce catch2 unit tests infrastructure. 2021-06-04 16:46:34 +09:00
testPaint.cpp updated copyright 2025-01-03 14:32:31 +09:00
testPicture.cpp updated copyright 2025-01-03 14:32:31 +09:00
testSavers.cpp updated copyright 2025-01-03 14:32:31 +09:00
testScene.cpp updated copyright 2025-01-03 14:32:31 +09:00
testShape.cpp api: path api revision for v1.0 2025-01-14 11:47:28 +09:00
testSwCanvas.cpp updated copyright 2025-01-03 14:32:31 +09:00
testSwEngine.cpp updated copyright 2025-01-03 14:32:31 +09:00
testText.cpp updated copyright 2025-01-03 14:32:31 +09:00