build up base infra code for prototype. 15/228715/7
authorHermet Park <chuneon.park@samsung.com>
Wed, 25 Mar 2020 04:54:29 +0000 (13:54 +0900)
committerHermet Park <chuneon.park@samsung.com>
Mon, 30 Mar 2020 07:36:13 +0000 (16:36 +0900)
commitdf94be1d9d9648804bb1ebe18a2db60c47512f30
treee67cc381740fb72cff62f8c94d3aabf1b8965158
parentc20274aaf84846a8ded2817633c2e120cb1e8e34
build up base infra code for prototype.

Change-Id: I117a798caf4d9fedfe5c467471dee2f0150c2630
18 files changed:
inc/tizenvg.h
src/lib/meson.build
src/lib/tvgCanvasBase.h [new file with mode: 0644]
src/lib/tvgCommon.h [new file with mode: 0644]
src/lib/tvgEngine.cpp [moved from src/lib/TvgEngine.cpp with 79% similarity]
src/lib/tvgGlCanvas.cpp [new file with mode: 0644]
src/lib/tvgSceneNode.cpp [new file with mode: 0644]
src/lib/tvgShapeNode.cpp [new file with mode: 0644]
src/lib/tvgSwCanvas.cpp [new file with mode: 0644]
test/makefile
test/test.cpp [deleted file]
test/tvgDrawShape.cpp [new file with mode: 0644]
test/tvgGradient.cpp [new file with mode: 0644]
test/tvgMultipleShapes.cpp [new file with mode: 0644]
test/tvgPath.cpp [new file with mode: 0644]
test/tvgScene.cpp [new file with mode: 0644]
test/tvgStroke.cpp [new file with mode: 0644]
test/tvgUpdate.cpp [new file with mode: 0644]