/vcl/inc/widgetdraw/

> cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/headless
diff options
context:
space:
mode:
authorArmin Le Grand (allotropia) <armin.le.grand.extern@allotropia.de>2024-09-19 20:25:18 +0200
committerArmin Le Grand <Armin.Le.Grand@me.com>2024-09-20 11:00:00 +0200
commit92067587039473db38b139ecb56a3c64544e975b (patch)
tree4a9c73fb4c659276db1a81187836a28242e81366 /vcl/headless
parent5725374d6286653fbcdd50ec4999606e4932824d (diff)
Correct usage of premultiply for ENABLE_WASM_STRIP_PREMULTIPLY
The order of parameters for vcl::bitmap::premultiply and vcl::bitmap::unpremultiply was wrong because when doing that I just used the same order that the indexing that was to be replaced used it. Corrected that. Change-Id: I59473acca8afdc58105b3381d1fdcedd6c0fd83b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173683 Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com> Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins