common: Functions that can declare const are refactored to use const
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 19 Feb 2021 06:22:17 +0000 (15:22 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 19 Feb 2021 08:34:58 +0000 (17:34 +0900)
commit4b3b7bce4c15ad9806ae12b1fd6442348f2c7397
tree53769ad06cf5d72ce06b88e66fbb934e7659ddcf
parentecefeeb9b79213ae306eaa84bf9391a1a1309b77
common: Functions that can declare const are refactored to use const

Member functions that don't mutate their objects should be declared "const"
src/lib/sw_engine/tvgSwCommon.h
src/lib/sw_engine/tvgSwRenderer.cpp
src/lib/tvgPictureImpl.h
src/lib/tvgSceneImpl.h
src/lib/tvgShapeImpl.h