thorvg/test
Hermet Park 0a16152d75 api: renamed the composite with mask.
Since we've separated ClipPath and Masking,
Masking now has a distinct and independent purpose.

API Modification:
 - enum class CompositeMethod -> enum class MaskMethod
 - Result Paint::composite(std::unique_ptr<Paint> target, CompositeMethod method) -> Result Paint::mask(std::unique_ptr<Paint> target, MaskMethod method)
 - CompositeMethod Paint::mask(const Paint** target) const -> MaskMethod Paint::mask(const Paint** target) const

issue: https://github.com/thorvg/thorvg/issues/1372
2024-10-16 14:41:26 +09:00
..
capi api: renamed the composite with mask. 2024-10-16 14:41:26 +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
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
testPaint.cpp api: renamed the composite with mask. 2024-10-16 14:41:26 +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: renamed the composite with mask. 2024-10-16 14:41:26 +09:00
testText.cpp ttf_loader: Basic support for composite glyphs loading (#2600) 2024-07-31 12:51:22 +09:00