thorvg/src/lib
Michal Maciola 88a85c68fa loader_mgr: FileTypes order changed
FileType order was changed in tvgLoaderMgr.h to move Tvg at the beginning.

When raw data loading [LoaderMgr::loader(data, size)], loaders are tried
one by one (in order according to the FileType enum) until the correct loader
is found.
When using EFL and load edj, multiple loader(data, size) with tvg data may be
called. This change should improve performance in that case.
2021-06-14 14:18:25 +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: 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 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 fix build break. 2021-06-11 21:04:43 +09:00
tvgLoaderMgr.h loader_mgr: FileTypes order changed 2021-06-14 14:18:25 +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 TVG Loader/Saver: tvg loader introduced 2021-06-11 12:49:37 +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