thorvg/src/renderer
Hermet Park c3d1e6e519 common: consolidate color-related functions
- Introduced RGB, RGBA, and HSL structures
- Migrated hsl2Rgb() from SVG loader to common module

This is a refactoring for upcoming hsl color functionlaities.
2025-07-21 18:23:03 +09:00
..
gl_engine gl_engine: Fix GlRenderTarget reset function 2025-07-21 11:22:07 +09:00
sw_engine api: Add Composition blend mode 2025-07-21 11:23:07 +09:00
wg_engine wg_engine: Fixed typo in comment 2025-07-17 15:31:50 +03:00
meson.build
tvgAccessor.cpp
tvgAnimation.cpp
tvgAnimation.h
tvgCanvas.cpp
tvgCanvas.h
tvgCommon.h sw_engine: support the fast drop shadow version 2025-07-16 13:39:06 +09:00
tvgFill.cpp
tvgFill.h
tvgFrameModule.h
tvgGlCanvas.cpp
tvgInitializer.cpp
tvgIteratorAccessor.h
tvgLoader.cpp
tvgLoader.h
tvgLoadModule.h
tvgPaint.cpp api: Add Composition blend mode 2025-07-21 11:23:07 +09:00
tvgPaint.h
tvgPicture.cpp
tvgPicture.h renderer: propagate picture blending to internal scene 2025-07-17 14:50:33 +09:00
tvgRender.cpp renderer: refactored to share gl stroke dasher among engines 2025-07-18 15:21:33 +09:00
tvgRender.h common: consolidate color-related functions 2025-07-21 18:23:03 +09:00
tvgSaveModule.h
tvgSaver.cpp
tvgScene.cpp
tvgScene.h renderer: hotfix a regression of the partial rendering 2025-07-09 18:09:32 +09:00
tvgShape.cpp common: code cleanup++ 2025-07-18 23:06:26 +09:00
tvgShape.h common: code cleanup++ 2025-07-18 23:06:26 +09:00
tvgSwCanvas.cpp
tvgTaskScheduler.cpp
tvgTaskScheduler.h
tvgText.cpp
tvgText.h renderer: fixed a wrong fillrule option 2025-07-10 10:50:27 +09:00
tvgWgCanvas.cpp