thorvg/src/lib
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
..
gl_engine canvas: fix for SwCanvas Unit Test 2021-06-07 18:01:26 +09:00
sw_engine sw_engine: added check whether surface width <= surface stride 2021-06-08 17:20:46 +09:00
meson.build TVG Loader/Saver: tvg helper file ('tvgTvgHelper.h') introduced 2021-06-07 13:02:44 +09:00
tvgArray.h common canvas: return FailedAllocation if it really failed at memory allocation. 2021-06-07 20:04:39 +09:00
tvgBezier.cpp updated copyright 2021-03-23 14:31:58 +09:00
tvgBezier.h updated copyright 2021-03-23 14:31:58 +09:00
tvgCanvas.cpp common canvas: return FailedAllocation if it really failed at memory allocation. 2021-06-07 20:04:39 +09:00
tvgCanvasImpl.h common: fix a potential memory leak after clear() 2021-05-28 16:19:01 +09:00
tvgCommon.h updated copyright 2021-03-23 14:31:58 +09:00
tvgFill.cpp common gradient: Fix possible crash in color setter 2021-06-04 21:36:16 +09:00
tvgFill.h updated copyright 2021-03-23 14:31:58 +09:00
tvgGlCanvas.cpp canvas: fix for SwCanvas Unit Test 2021-06-07 18:01:26 +09:00
tvgInitializer.cpp common initializer: correct the result value. 2021-06-03 20:48:02 +09:00
tvgLinearGradient.cpp updated copyright 2021-03-23 14:31:58 +09:00
tvgLoader.h updated copyright 2021-03-23 14:31:58 +09:00
tvgLoaderMgr.cpp common initializer: counting engine init count properly. 2021-04-14 20:18:06 +09:00
tvgLoaderMgr.h Added libpng based png loading 2021-04-01 19:38:00 +09:00
tvgPaint.cpp common: added API to get the transformation matrix of the object 2021-06-02 19:03:20 +09:00
tvgPaint.h common: added API to get the transformation matrix of the object 2021-06-02 19:03:20 +09:00
tvgPicture.cpp updated copyright 2021-03-23 14:31:58 +09:00
tvgPictureImpl.h common: fix a potential memory leak after clear() 2021-05-28 16:19:01 +09:00
tvgRadialGradient.cpp updated copyright 2021-03-23 14:31:58 +09:00
tvgRender.cpp updated copyright 2021-03-23 14:31:58 +09:00
tvgRender.h common: code refactoring. 2021-04-15 18:26:11 +09:00
tvgScene.cpp common: fix a potential memory leak after clear() 2021-05-28 16:19:01 +09:00
tvgSceneImpl.h common: fix a potential memory leak after clear() 2021-05-28 16:19:01 +09:00
tvgShape.cpp binary optimization 2021-04-07 21:27:21 +09:00
tvgShapeImpl.h updated copyright 2021-03-23 14:31:58 +09:00
tvgSwCanvas.cpp canvas: fix for SwCanvas Unit Test 2021-06-07 18:01:26 +09:00
tvgTaskScheduler.cpp common taskScheduler: fix wrong thread indexing due to duplicated variable names. 2021-06-07 12:57:35 +09:00
tvgTaskScheduler.h updated copyright 2021-03-23 14:31:58 +09:00
tvgTvgHelper.h doc: correct the beginning year 2021-06-07 17:39:45 +09:00