thorvg/src/lib/sw_engine
Mira Grudzinska 3dfc3c4943 sw_engine renderer: rendering optimization of shapes without strokes
The value of 'a' for shapes without a stroke could hold the fill 'a' value.
Added checking if stroke exists before calling rastering functions.
2021-02-02 11:53:58 +09:00
..
meson.build raw_loader Loader: Introduce Raw image loader 2020-11-23 18:12:36 +09:00
tvgSwCommon.h sw_engine: optimize raster image. 2021-01-10 20:11:37 +09:00
tvgSwFill.cpp sw_engine: apply opacity to graident fill case. 2020-12-30 12:38:32 +09:00
tvgSwImage.cpp wasm: work with log option 2020-12-15 17:38:22 +09:00
tvgSwMath.cpp sw_engine math: fix regression bug. 2020-12-03 18:30:47 +09:00
tvgSwMemPool.cpp sw_engine mempool: ++optimization 2020-11-06 13:54:53 +09:00
tvgSwRaster.cpp sw_engine composition: invert alpha masking 2021-02-02 11:47:30 +09:00
tvgSwRenderer.cpp sw_engine renderer: rendering optimization of shapes without strokes 2021-02-02 11:53:58 +09:00
tvgSwRenderer.h common sw_engine: revise the masking implementation. 2021-01-04 00:46:59 +09:00
tvgSwRle.cpp sw_engine log: adding missed line wrap. 2020-12-21 18:38:12 +09:00
tvgSwShape.cpp sw_engine: apply opacity to graident fill case. 2020-12-30 12:38:32 +09:00
tvgSwStroke.cpp sw_engine rle: performance optimization. 2020-11-05 17:32:42 +09:00