thorvg/test/capi
Sergii 4da90b2847 picture: added ability to support premultiplied for picture raw loader
[issues 1479: picture raw loader to support premultiplied](https://github.com/thorvg/thorvg/issues/1764)

api changes:
    Result Picture::load(uint32_t* data, uint32_t w, uint32_t h, bool copy);
    Result Picture::load(uint32_t* data, uint32_t w, uint32_t h, bool premultiplied, bool copy);

capi changes
    TVG_API Tvg_Result tvg_picture_load_raw(Tvg_Paint* paint, uint32_t *data, uint32_t w, uint32_t h, bool copy);
    TVG_API Tvg_Result tvg_picture_load_raw(Tvg_Paint* paint, uint32_t *data, uint32_t w, uint32_t h, bool premultiplied, bool copy);
2023-11-08 10:46:23 +09:00
..
capiAnimation.cpp animation/lottie: updated the frame count unit. 2023-10-24 11:49:57 +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: update unit tests 2023-09-25 21:33:23 +09:00
capiPicture.cpp picture: added ability to support premultiplied for picture raw loader 2023-11-08 10:46:23 +09:00
capiRadialGradient.cpp tests: capi identifier tests added 2023-05-04 09:58:09 +09:00
capiSavers.cpp saver: Revised the API for the 1.0 release 2023-11-02 11:58:23 +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 common: stroke dash offset support with new apis. 2023-10-30 11:47:51 +09:00
capiSwCanvas.cpp common canvas: Alter the concept of the Canvas::clear() API. 2023-08-02 17:23:53 +09:00
meson.build test: enhanced the unit-test coverage 2023-09-26 10:48:33 +09:00