thorvg/src/renderer
Hermet Park 4a0d17ba83
Some checks are pending
Android / build_x86_64 (push) Waiting to run
Android / build_aarch64 (push) Waiting to run
iOS / build_x86_64 (push) Waiting to run
iOS / build_arm64 (push) Waiting to run
macOS / build (push) Waiting to run
macOS / compact_test (push) Waiting to run
macOS / unit_test (push) Waiting to run
Ubuntu / build (push) Waiting to run
Ubuntu / compact_test (push) Waiting to run
Ubuntu / unit_test (push) Waiting to run
Windows / build (push) Waiting to run
Windows / compact_test (push) Waiting to run
Windows / unit_test (push) Waiting to run
sw_engine: tint effect optimization++
skip interpolation when intensity is 1.0.
since intensity adjustment is optional and
computationally expensive, avoiding it in this case
is worthwhile.
2025-07-15 00:00:03 +09:00
..
gl_engine gl_engine: corrected tint/tritone wrong alpha multiplication 2025-07-08 21:55:10 +09:00
sw_engine sw_engine: tint effect optimization++ 2025-07-15 00:00:03 +09:00
wg_engine wg_engine: corrected tint/tritone wrong alpha multiplication 2025-07-08 21:55:10 +09:00
meson.build
tvgAccessor.cpp
tvgAnimation.cpp
tvgAnimation.h
tvgCanvas.cpp
tvgCanvas.h
tvgCommon.h
tvgFill.cpp
tvgFill.h
tvgFrameModule.h
tvgGlCanvas.cpp
tvgInitializer.cpp
tvgIteratorAccessor.h
tvgLoader.cpp
tvgLoader.h
tvgLoadModule.h
tvgPaint.cpp renderer: ++exception handling 2025-07-09 15:41:07 +09:00
tvgPaint.h
tvgPicture.cpp
tvgPicture.h
tvgRender.cpp
tvgRender.h sw_engine: fix omitted update for zero opacity 2025-07-09 11:44:16 +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 api: rename shape fill rule API for clarity 2025-07-09 18:37:48 +09:00
tvgShape.h
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