summaryrefslogtreecommitdiff
path: root/test/source/sheet/datapilotfield.cxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-11-26 09:10:57 +0100
committerLuboš Luňák <l.lunak@collabora.com>2021-11-29 21:49:10 +0100
commitf7a628f8efe037c1fd7e594eb4b8fc6a44573384 (patch)
tree020ab596637fbe98ee599966dfd5287a9a034d6b /test/source/sheet/datapilotfield.cxx
parent4a11c85baeb4998e12bc2ab45b0c23d7203bd5b0 (diff)
implement xor drawing directly using Skia (tdf#141090)
Up until now this has been implemented like in almost all other VCL backends by manually xor-ing pixel values. But that required fetching pixel values from the GPU in Vulkan mode, which is relatively slow. Since some time Skia now has supported writing custom blending modes using the SkBlender class, so it's now possible to drop the hack and support xor drawing directly using a blender that does the operation. This should be both faster and simpler. Change-Id: Id751d0ed4034852ce68697ecf56cc6dfac95307f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126051 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'test/source/sheet/datapilotfield.cxx')
0 files changed, 0 insertions, 0 deletions