thorvg/src/common
Mira Grudzinska eca0011846 common: fix arg name
For Bezier curves, we typically use 't' as a parameter
within the 0-1 range, while 'at' is used for the parameter
scaled by the curve's length. In one of the functions,
an incorrect name was used, which could be confusing.
No logical changes.
2024-08-08 19:52:46 +09:00
..
meson.build common/math: code refactoring 2024-07-10 00:21:02 +09:00
tvgArray.h common: add missing consts 2024-08-08 19:52:46 +09:00
tvgCompressor.cpp renderer/accessor: added the id generator. 2024-08-07 12:02:22 +09:00
tvgCompressor.h common/compressor: added djb2 encoder 2024-05-30 13:00:42 +09:00
tvgFormat.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgInlist.h common: add missing consts 2024-08-08 19:52:46 +09:00
tvgLock.h Revert "common: fix a crash on CI windows test." 2024-08-02 21:59:15 +09:00
tvgMath.cpp common: fix arg name 2024-08-08 19:52:46 +09:00
tvgMath.h common: fix arg name 2024-08-08 19:52:46 +09:00
tvgStr.cpp loader/svg: Add check to the limits of result of StrToFloat 2024-04-17 11:00:03 +09:00
tvgStr.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00