common: revise the identifier() implementation
authorHermet Park <chuneon.park@samsung.com>
Mon, 13 Dec 2021 09:56:25 +0000 (18:56 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 14 Dec 2021 07:49:10 +0000 (23:49 -0800)
commit88e83a7c76ba78bd76e0d0891947c1be13499d6a
tree6e5dc44f8ade01ae7b500745ab3422f16a75a1cd
parent0ba45b8b8c08dea65bd9053e07e7a7ad76cfb415
common: revise the identifier() implementation

Migrate the id property to the base class internals
so that pimpl classes could access the data easier.

This is a sort of prerequisite change for the coming texmap anti-aliasing.
inc/thorvg.h
src/lib/tvgFill.cpp
src/lib/tvgFill.h
src/lib/tvgLinearGradient.cpp
src/lib/tvgPaint.cpp
src/lib/tvgPaint.h
src/lib/tvgPicture.cpp
src/lib/tvgRadialGradient.cpp
src/lib/tvgScene.cpp
src/lib/tvgShape.cpp