thorvg/test
Hermet Park 65916857e2 api: polish the thorvg API usages
Use ColorSpace to support various types of raw bitmaps.

API Modifications:
- Result Picture::load(uint32_t* data, uint32_t w, uint32_t h, bool premultiplied, bool copy = false) -> Result Picture::load(uint32_t* data, uint32_t w, uint32_t h, ColorSpace cs, bool copy = false)
- Tvg_Result tvg_picture_load_raw(Tvg_Paint* paint, uint32_t *data, uint32_t w, uint32_t h, bool premultiplied, bool copy) -> Tvg_Result tvg_picture_load_raw(Tvg_Paint* paint, uint32_t *data, uint32_t w, uint32_t h, Tvg_Colorspace cs, bool copy)

issue: https://github.com/thorvg/thorvg/issues/1372
2024-10-13 11:15:57 +09:00
..
capi api: polish the thorvg API usages 2024-10-13 11:15:57 +09:00
regression common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
resources examples/tvg: updated samples 2024-10-01 12:17:32 +09:00
catch.hpp test: upgrade catch2 2023-01-30 13:28:44 +09:00
meson.build build: Remove redundant comparisons 2024-08-19 17:42:40 +09:00
testAccessor.cpp api: polish the thorvg API usages. 2024-10-12 15:38:03 +09:00
testAnimation.cpp test: fix a memory leak 2024-09-30 23:52:57 +09:00
testFill.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
testInitializer.cpp tests: version api tests 2024-07-18 12:47:58 +09:00
testLottie.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
testMain.cpp tests: introduce catch2 unit tests infrastructure. 2021-06-04 16:46:34 +09:00
testPaint.cpp api: clean up 2024-09-23 21:53:50 +09:00
testPicture.cpp api: polish the thorvg API usages 2024-10-13 11:15:57 +09:00
testSavers.cpp spec out tvg binary format 2024-10-12 21:07:31 +09:00
testScene.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
testShape.cpp api: clean up 2024-09-23 21:53:50 +09:00
testSwCanvas.cpp api: polish the thorvg API usages. 2024-10-12 15:38:03 +09:00
testSwEngine.cpp api: polish the thorvg API usages 2024-10-13 11:15:57 +09:00
testText.cpp ttf_loader: Basic support for composite glyphs loading (#2600) 2024-07-31 12:51:22 +09:00