thorvg/src/renderer/sw_engine
Mira Grudzinska 33f5ea34c0 common: strokeTrim api introduced
New api sets/gets the trim of the stroke
along the defined path segment, allowing
control over which part of the stroke is
visible.

@issue: https://github.com/thorvg/thorvg/issues/2190
2024-06-05 11:55:36 +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 2023-12-31 11:37:12 +09:00
tvgSwFill.cpp common: code refactoring 2024-05-27 10:48:46 +09:00
tvgSwImage.cpp updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgSwMath.cpp sw_engine: fix a regression bug. 2024-03-03 16:17:23 +09:00
tvgSwMemPool.cpp sw_engine: fix -Wcalloc-transposed-args 2024-05-27 23:13:52 +09:00
tvgSwRaster.cpp math: introduced a custom floating epsilon 2024-05-24 10:45:24 +09:00
tvgSwRasterAvx.h sw_engine: Implement AVX and NEON optimizations for RasterGrayscale 2024-04-13 14:47:40 +09:00
tvgSwRasterC.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgSwRasterNeon.h sw_engine/neon: arm neonRasterPixel32 function to support aarch64 2024-05-07 19:47:37 +09:00
tvgSwRasterTexmap.h common: code refactoring 2024-05-27 10:48:46 +09:00
tvgSwRenderer.cpp common: fix typos & remove unused var 2024-06-04 11:20:59 +09:00
tvgSwRenderer.h renderer/engines: added mainSurface() interface. 2024-05-18 18:10:50 +09:00
tvgSwRle.cpp common/array: code refactoring 2024-02-19 19:09:30 +09:00
tvgSwShape.cpp common: strokeTrim api introduced 2024-06-05 11:55:36 +09:00
tvgSwStroke.cpp sw_engine: fixing stroke outline 2024-02-20 11:27:22 +09:00