thorvg/src/lib/sw_engine
Hermet Park 498a024df8 common: ++optimization
replace dynamic_cast to static_cast,

This can be a controversial choice between optmization and clean code.

Obviously we know the converting types,
try avoiding a bit heavier casting some cases.

Change-Id: Id763e6d1db449a229a492ab5b1a901a195936152
2020-06-09 20:32:22 +09:00
..
meson.build sw_engine: implement stroke cubicto, arcto, lineto 2020-06-01 19:20:29 +09:00
tvgSwCommon.h common interface: replace arguements size_t to uint32_t 2020-06-09 15:36:34 +09:00
tvgSwMath.cpp sw_engine: support stroke dash feature 2020-06-06 12:21:30 +09:00
tvgSwRaster.cpp sw_engine: implement stroke rle part 2020-06-02 18:46:43 +09:00
tvgSwRenderer.cpp common: ++optimization 2020-06-09 20:32:22 +09:00
tvgSwRenderer.h common interface: replace arguements size_t to uint32_t 2020-06-09 15:36:34 +09:00
tvgSwRle.cpp sw_engine: grow cell memory buffer up to allow larger shapes 2020-06-09 11:03:18 +09:00
tvgSwShape.cpp sw_engine: support stroke dash feature 2020-06-06 12:21:30 +09:00
tvgSwStroke.cpp sw_engine: support stroke dash feature 2020-06-06 12:21:30 +09:00