mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-18 05:54:51 +00:00
![]() * common: added colorSpace() function This patch introduces colorSpace() function for SW and GL engine. * infra: change LoadModule:read() into LoadModule:read(uint32_t colorspace) This patch changes LoadModule:read() into LoadModule:read(uint32_t colorspace) * picture: implement passing colorspace into loader This patch implements passing colorspace into loaders. Loader->read is now called on the first update. * external_jpg_loader: support colorspaces * external_png_loader: support colorspaces |
||
---|---|---|
.. | ||
meson.build | ||
tvgSwCommon.h | ||
tvgSwFill.cpp | ||
tvgSwImage.cpp | ||
tvgSwMath.cpp | ||
tvgSwMemPool.cpp | ||
tvgSwRaster.cpp | ||
tvgSwRasterAvx.h | ||
tvgSwRasterC.h | ||
tvgSwRasterNeon.h | ||
tvgSwRenderer.cpp | ||
tvgSwRenderer.h | ||
tvgSwRle.cpp | ||
tvgSwShape.cpp | ||
tvgSwStroke.cpp |