mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
![]() The reference count of the Paint object allows easy & safe shared ownership and control over its lifetime among users and the engine. New APIs: - uint8_t Paint::ref() - uint8_t Paint::unref(bool free = true) - uint8_t Paint::refCnt() const issue: https://github.com/thorvg/thorvg/issues/1372 https://github.com/thorvg/thorvg/issues/2598 |
||
---|---|---|
.. | ||
meson.build | ||
thorvg.h |