office-gobmx/cppcanvas
Noel Grandin 11b1557147 convert KernArray from sal_Int32 to double
which allows us to eliminate a bunch of rounding at various layers, and
consequently maintain a lot more precision

Change-Id: I911dedd7c041c1d67396c082e5695346ea689acb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175814
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-10-31 12:10:52 +01:00
..
inc/pch simplify and modernise ScopedBitmapAccess 2023-12-07 09:32:14 +01:00
qa convert KernArray from sal_Int32 to double 2024-10-31 12:10:52 +01:00
source convert KernArray from sal_Int32 to double 2024-10-31 12:10:52 +01:00
CppunitTest_cppcanvas_emfplus.mk UnoApiTest: simplify code by using tempfile member 2022-11-08 11:54:22 +01:00
CppunitTest_cppcanvas_test.mk CppunitTest_cppcanvas_test: generalize testComposite 2023-06-19 20:46:13 +02:00
IwyuFilter_cppcanvas.yaml
Library_cppcanvas.mk
Library_mtfrenderer.mk
Makefile
Module_cppcanvas.mk CppunitTest_cppcanvas_test: enable even if cairo canvas is not 2023-06-19 20:46:03 +02:00
README.md

C++ Helper Classes for canvas

Helper C++ classes for canvas, plus a GDIMetaFile-to-XCanvas converter.

EMF+

For cppcanvas/source/mtfrenderer, see the README.md in vcl (the EMF+ part).