thorvg/src/lib
2021-03-11 20:10:11 +09:00
..
gl_engine common: Clean up code 2021-02-18 14:03:47 +09:00
sw_engine sw_engine fill: correct value loss by data conversion. 2021-03-11 20:10:11 +09:00
meson.build common: code refactoring. 2020-09-24 17:06:16 +09:00
tvgArray.h common sw_engine: code refactoring & stabilizing. 2020-12-09 19:56:59 +09:00
tvgBezier.cpp Bezier curve: introducing BEZIER_EPSILON 2020-10-20 16:12:59 +09:00
tvgBezier.h Bezier curve: introducing BEZIER_EPSILON 2020-10-20 16:12:59 +09:00
tvgCanvas.cpp common canvas: fix non-updated paints. 2021-01-20 23:20:51 +09:00
tvgCanvasImpl.h canvas: replacement of the bitwise OR operator with the logical one 2021-03-03 10:54:27 +09:00
tvgCommon.h optimization: cut off file dependencies. 2020-09-23 20:57:30 +09:00
tvgFill.cpp common fill: add fill-rule interface. 2020-10-20 20:10:59 +09:00
tvgFill.h fix compilation on Windows 2020-11-06 11:28:54 +09:00
tvgGlCanvas.cpp canvas: fix crash issue. 2021-02-24 19:58:44 +09:00
tvgInitializer.cpp sw_engine shape: performance optimization. 2020-11-04 16:28:47 +09:00
tvgLinearGradient.cpp optimization: cut off file dependencies. 2020-09-23 20:57:30 +09:00
tvgLoader.h picture: replace size parameter to float. 2020-12-08 12:27:13 +09:00
tvgLoaderMgr.cpp common: Pointer that can declare const are refactored to use const 2021-02-19 16:51:50 +09:00
tvgLoaderMgr.h common: Pointer that can declare const are refactored to use const 2021-02-19 16:51:50 +09:00
tvgPaint.cpp common: optimize scene composition 2021-02-25 12:38:39 +09:00
tvgPaint.h common: optimize scene composition 2021-02-25 12:38:39 +09:00
tvgPicture.cpp common: optimize scene composition 2021-02-25 12:38:39 +09:00
tvgPictureImpl.h common: Functions that can declare const are refactored to use const 2021-02-19 16:51:50 +09:00
tvgRadialGradient.cpp gradient: Fixed radial gradient setter. 2020-09-25 13:58:30 +09:00
tvgRender.cpp common render: removed unnecessary assignments in update() fun 2021-02-19 14:11:44 +09:00
tvgRender.h fixed all wasm build breaks. 2021-02-23 10:47:46 +09:00
tvgScene.cpp common: optimize scene composition 2021-02-25 12:38:39 +09:00
tvgSceneImpl.h scene: fix a composition regression bug. 2021-02-25 18:06:56 +09:00
tvgShape.cpp common: optimize scene composition 2021-02-25 12:38:39 +09:00
tvgShapeImpl.h sw_engine: adding a gradient as a stroke feature 2021-02-19 17:16:10 +09:00
tvgSwCanvas.cpp canvas: fix crash issue. 2021-02-24 19:58:44 +09:00
tvgTaskScheduler.cpp common taskScheduler: thread sync optmization 2020-11-09 14:36:22 +09:00
tvgTaskScheduler.h common taskScheduler: code refactoring 2020-11-11 13:55:46 +09:00