thorvg/src/bindings
Hermet Park 40d75c6276 api: fixed mis-aligned the ref count size, u8 -> u16
C++ API Modifications:
* uint8_t Paint::unref() -> uint16_t Paint::ref()
* uint8_t Paint::ref() -> uint16_t Paint::unref()
* uint8_t Paint::refCnt() -> uint16_t Paint::refCnt()

C API Modifications:
* uint8_t tvg_paint_ref(...) -> uint16_t tvg_paint_ref(...)
* uint8_t tvg_paint_unref(...) -> uint16_t tvg_paint_unref(...)
* uint8_t tvg_paint_get_ref(...) -> uint16_t tvg_paint_get_ref(...)
2025-07-02 15:39:33 +09:00
..
capi api: fixed mis-aligned the ref count size, u8 -> u16 2025-07-02 15:39:33 +09:00
wasm wasm: enable software only it's valid 2025-05-22 15:34:58 +09:00
meson.build build: Remove redundant comparisons 2024-08-19 17:42:40 +09:00