thorvg/src/renderer
Hermet Park 66305f3e6d sw_engine: Clear buffer at the proper time.
Clear the buffer when canvas->clear() is called.

TODO: We need to add a color value parameter to clear it.
2023-11-15 21:12:24 +09:00
..
gl_engine gl_engine: fix memory out of bounds error in GlGpuBuffer 2023-11-03 11:21:31 +09:00
sw_engine sw_engine: Clear buffer at the proper time. 2023-11-15 21:12:24 +09:00
wg_engine Added ability to draw solid strokes with dashes 2023-11-06 20:35:26 +09:00
meson.build tvg: revise the tvg binary format for 1.0 release 2023-11-02 11:58:23 +09:00
tvgAccessor.cpp infra: renames the source folders 2023-08-28 13:11:24 +09:00
tvgAnimation.cpp binding/wasm: updated save features 2023-11-06 16:54:01 +09:00
tvgCanvas.cpp renderer: maintain consistency in the logging domain. 2023-11-02 21:12:58 +09:00
tvgCanvas.h sw_engine: Clear buffer at the proper time. 2023-11-15 21:12:24 +09:00
tvgCommon.h saver GifSaver: Introduce GifSaver for animation 2023-11-02 17:50:27 +09:00
tvgFill.cpp renderer/sw_engine: support the focal property in the radial gradient. 2023-09-04 16:48:38 +09:00
tvgFill.h renderer/sw_engine: support the focal property in the radial gradient. 2023-09-04 16:48:38 +09:00
tvgFrameModule.h animation/lottie: updated the frame count unit. 2023-10-24 11:49:57 +09:00
tvgGlCanvas.cpp infra: renamed the files for the consistency. 2023-09-04 17:26:43 +09:00
tvgInitializer.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
tvgIteratorAccessor.h infra: renames the source folders 2023-08-28 13:11:24 +09:00
tvgLoader.cpp picture: added ability to support premultiplied for picture raw loader 2023-11-08 10:46:23 +09:00
tvgLoader.h picture: added ability to support premultiplied for picture raw loader 2023-11-08 10:46:23 +09:00
tvgLoadModule.h renderer/loader: code refactoring 2023-11-09 14:46:32 +09:00
tvgPaint.cpp renderer/paint: added a blend update flag. 2023-10-27 12:13:00 +09:00
tvgPaint.h renderer: revise the internal paints structure. 2023-10-27 11:24:44 +09:00
tvgPicture.cpp picture: added ability to support premultiplied for picture raw loader 2023-11-08 10:46:23 +09:00
tvgPicture.h picture: added ability to support premultiplied for picture raw loader 2023-11-08 10:46:23 +09:00
tvgRender.cpp renderer: revise the internal paints structure. 2023-10-27 11:24:44 +09:00
tvgRender.h renderer/paint: added a blend update flag. 2023-10-27 12:13:00 +09:00
tvgSaveModule.h savers: provides a background setting. 2023-11-14 10:47:52 +09:00
tvgSaver.cpp savers: provides a background setting. 2023-11-14 10:47:52 +09:00
tvgScene.cpp renderer: revise the internal paints structure. 2023-10-27 11:24:44 +09:00
tvgScene.h renderer: ++safety 2023-10-31 15:39:31 +09:00
tvgShape.cpp common: stroke dash offset support with new apis. 2023-10-30 11:47:51 +09:00
tvgShape.h renderer: ++safety 2023-10-31 15:39:31 +09:00
tvgSwCanvas.cpp infra: renamed the files for the consistency. 2023-09-04 17:26:43 +09:00
tvgTaskScheduler.cpp taskschduler: fix a regression deadlock issue 2023-09-18 21:06:01 +09:00
tvgTaskScheduler.h taskschduler: fix a regression deadlock issue 2023-09-18 21:06:01 +09:00
tvgWgCanvas.cpp wg_engine: Added ability to draw multiple solid color filled shapes 2023-10-20 18:37:52 +09:00