thorvg/src/renderer/sw_engine
Hermet Park 56d3885f24 sw_engine: fix a crash issue.
set the anti-aliasing frame info properly, in an exceptional case.

issue: https://github.com/thorvg/thorvg/issues/2391
2024-06-24 14:51:40 +09:00
..
meson.build infra: renames the source folders 2023-08-28 13:11:24 +09:00
tvgSwCommon.h renderer: code clean up 2024-06-24 14:44:15 +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 sw_engine: fix a crash issue. 2024-06-24 14:51:40 +09:00
tvgSwRenderer.cpp sw_engine: fix a missing anti-aliasing 2024-06-24 14:51:34 +09:00
tvgSwRenderer.h renderer/engines: added mainSurface() interface. 2024-06-24 14:19:43 +09:00
tvgSwRle.cpp Revert "sw_engine: revert the threshold." 2024-06-24 14:43:07 +09:00
tvgSwShape.cpp sw_engine: fix fastTrack condition 2024-06-24 14:43:54 +09:00
tvgSwStroke.cpp sw_engine: fixing stroke outline 2024-04-06 12:08:21 +09:00