sw_engine: fastTrack with clips
authorMira Grudzinska <m.grudzinska@samsung.com>
Mon, 1 Nov 2021 13:10:40 +0000 (14:10 +0100)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 2 Nov 2021 00:41:05 +0000 (09:41 +0900)
commit8dff2d9dc33b11c54cc0e909ef30e9c5f3fff6a1
tree4d156574e96e0fd53f392822fc44126943e95821
parent7832818e242d1a5db4bfedb7f3a07a0ddb2e9b5a
sw_engine: fastTrack with clips

After 362d2df the fastTrack cases were applied even for shapes with clips.
These changes fixed this - the check whether a shape is a rect should be done
only if it has no clips.
src/lib/sw_engine/tvgSwCommon.h
src/lib/sw_engine/tvgSwRenderer.cpp
src/lib/sw_engine/tvgSwShape.cpp