thorvg/src/lib/sw_engine
Mira Grudzinska f3fac71a12 sw_engine: added check whether surface width <= surface stride
In a case width > stride segf occured. Such a case should be treated
as an invalid arg.
2021-06-08 17:20:46 +09:00
..
meson.build raw_loader Loader: Introduce Raw image loader 2020-11-23 18:12:36 +09:00
tvgSwCommon.h sw_engine: data optimization. 2021-06-02 21:15:58 +09:00
tvgSwFill.cpp sw_engine: 'inv2a' variable from the SwRadial struct replaced by 'inva' 2021-05-18 11:38:57 +09:00
tvgSwImage.cpp sw_engine: fix invalid data sharing at multi-threading. 2021-05-12 10:59:50 +09:00
tvgSwMath.cpp wasm: fix compile errors. 2021-04-09 22:18:57 +09:00
tvgSwMemPool.cpp sw_engine: fix invalid data sharing at multi-threading. 2021-05-12 10:59:50 +09:00
tvgSwRaster.cpp sw_engine: refactoring of the radial gradient rle rastering function 2021-05-26 12:47:47 +09:00
tvgSwRenderer.cpp sw_engine: added check whether surface width <= surface stride 2021-06-08 17:20:46 +09:00
tvgSwRenderer.h canvas: fix for SwCanvas Unit Test 2021-06-07 18:01:26 +09:00
tvgSwRle.cpp sw_engine rle: code refactoring. 2021-06-03 11:45:59 +09:00
tvgSwShape.cpp sw_engine: fix invalid data sharing at multi-threading. 2021-05-12 10:59:50 +09:00
tvgSwStroke.cpp sw_engine: fix invalid data sharing at multi-threading. 2021-05-12 10:59:50 +09:00