thorvg/src/lib
Hermet Park 53576d3939 common: fix compatibility issue for MSVC.
__attribute__ syntax is not supported by MSVC.

We can turn it on optionally.
2021-06-23 13:55:10 +09:00
..
gl_engine canvas: fix for SwCanvas Unit Test 2021-06-07 18:01:26 +09:00
sw_engine sw_engine fill: fixing gradient calculations for 'repeat' spread value 2021-06-23 13:01:10 +09:00
meson.build tvg_loader: code refactoring. 2021-06-11 20:51:50 +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
tvgBinaryDesc.h tvg_loader: code refactoring. 2021-06-11 20:51:50 +09:00
tvgCanvas.cpp common canvas: supplement corner cases. 2021-06-09 20:11:57 +09:00
tvgCanvasImpl.h tests: add SwCanvasBase unit tests 2021-06-11 15:14:35 +09:00
tvgCommon.h common: fix compatibility issue for MSVC. 2021-06-23 13:55:10 +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 loaders: added copy param for Picture::load 2021-06-21 19:52:38 +09:00
tvgLoaderMgr.cpp common loadermgr: fix missing break; in switch-case. 2021-06-23 10:18:46 +09:00
tvgLoaderMgr.h loaders: added copy param for Picture::load 2021-06-21 19:52:38 +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 canvas: ++ case cover exception scenarios. 2021-06-10 15:50:56 +09:00
tvgPicture.cpp loaders: revise code from cce4b443b3 2021-06-22 10:42:34 +09:00
tvgPictureImpl.h loaders: added copy param for Picture::load 2021-06-21 19:52:38 +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 scene: code refactoring. 2021-06-22 13:49:12 +09:00
tvgSceneImpl.h common scene: fix a regression bug. 2021-06-22 17:22:39 +09:00
tvgShape.cpp common: fix compatibility issue for MSVC 2021-06-23 13:38:46 +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