thorvg/test/capi
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
..
capiAnimation.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
capiFill.cpp updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
capiInitializer.cpp tests: version api tests 2024-07-18 12:47:58 +09:00
capiLinearGradient.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
capiLottie.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
capiMain.cpp tests capi: revise the show-case & infrastructure. 2021-06-12 02:11:01 +09:00
capiPaint.cpp api: renamed the composite with mask. 2024-10-16 14:41:26 +09:00
capiPicture.cpp api: polish the thorvg API usages 2024-10-13 11:15:57 +09:00
capiRadialGradient.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
capiSavers.cpp spec out tvg binary format 2024-10-12 21:07:31 +09:00
capiScene.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
capiShape.cpp api: clean up 2024-09-23 21:53:50 +09:00
capiSwCanvas.cpp renderer/canvas: ++exceptional handling. 2024-06-24 01:29:57 +09:00
capiText.cpp api: clean up 2024-09-23 21:53:50 +09:00
meson.build test: capi tests updated by text apis 2024-06-18 10:50:53 +09:00