sw_engine: fixing oveflow 32/289332/1
authormgrudzinska <m.grudzinska@samsung.com>
Tue, 22 Mar 2022 22:50:24 +0000 (23:50 +0100)
committerMichal Szczecinski <mihashco89@gmail.com>
Mon, 6 Mar 2023 10:00:04 +0000 (11:00 +0100)
commit79700b1a348141724305d7bfae1f23a917369e07
tree12b6faf3e0dca5f87775e670527be3e7912310dc
parent92047fae556a334d71e78d82f8c6f601a9536a01
sw_engine: fixing oveflow

An overflow occurred for big shapes with a dashed stroke,
since a contour end points were stored as the uint16 type
(instead of the uint32 type).

Change-Id: Ibb50aab2dd8114aa615714f05e8a564365f7efe7
src/lib/sw_engine/tvgSwCommon.h
src/lib/sw_engine/tvgSwImage.cpp
src/lib/sw_engine/tvgSwShape.cpp
src/lib/sw_engine/tvgSwStroke.cpp