thorvg/src/renderer/sw_engine
Mira Grudzinska f0b0ea3edb sw_engine: fix trimming
For the 'simultaneous' trimming option, the maximum
stroke length from all subpaths was determined and
used to scale the trim of each subpath. As a result,
if the subpaths had different lengths, this scaling
was incorrect.
Now, the length is determined separately for each
subpath and is used to scale the trimming of its stroke.

@Issue: https://github.com/thorvg/thorvg/issues/2335
2024-06-24 14:42:25 +09:00
..
meson.build infra: renames the source folders 2023-08-28 13:11:24 +09:00
tvgSwCommon.h renderer: enhanced shared surface handling with mutex implementation 2024-01-02 20:34:12 +09:00
tvgSwFill.cpp common: code refactoring 2024-06-24 14:33:49 +09:00
tvgSwImage.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgSwMath.cpp sw_engine: fix a regression bug. 2024-04-06 12:08:21 +09:00
tvgSwMemPool.cpp sw_engine: fix -Wcalloc-transposed-args 2024-06-24 14:34:05 +09:00
tvgSwRaster.cpp math: introduced a custom floating epsilon 2024-06-24 14:31:01 +09:00
tvgSwRasterAvx.h sw_engine: Implement AVX and NEON optimizations for RasterGrayscale 2024-06-24 12:00:04 +09:00
tvgSwRasterC.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgSwRasterNeon.h sw_engine/neon: arm neonRasterPixel32 function to support aarch64 2024-06-24 12:34:49 +09:00
tvgSwRasterTexmap.h common: code refactoring 2024-06-24 14:33:49 +09:00
tvgSwRenderer.cpp common: fix typos & remove unused var 2024-06-24 14:36:43 +09:00
tvgSwRenderer.h renderer/engines: added mainSurface() interface. 2024-06-24 14:19:43 +09:00
tvgSwRle.cpp common/array: code refactoring 2024-04-06 12:08:21 +09:00
tvgSwShape.cpp sw_engine: fix trimming 2024-06-24 14:42:25 +09:00
tvgSwStroke.cpp sw_engine: fixing stroke outline 2024-04-06 12:08:21 +09:00