Jinny You
|
92288c8291
|
updated copyright date (#1866)
|
2024-01-02 20:34:12 +09:00 |
|
Hermet Park
|
c7123a1547
|
test: enhanced the unit-test coverage
supplements animation/lottie/sw_engine test cases.
updated the page: https://github.com/thorvg/thorvg/wiki/Unit-Tests
Issue: https://github.com/thorvg/thorvg/issues/1669
|
2023-09-26 10:48:33 +09:00 |
|
Hermet Park
|
4627daf6f7
|
api: enhance API usability
Set the default values of rx = 0 and ry = 0 for the shape.
Only the round rectangle shape requires the usage of these values.
|
2023-06-13 10:42:57 +09:00 |
|
Martin Capitanio
|
4def2a679c
|
Fix clang compiler warnings in unit tests.
[clang] Warn on unqualified calls to std::move and std::forward
See: https://reviews.llvm.org/D119670
[141/166] Compiling C++ object test/tvgUnitTests.p/testAccessor.cpp.o
../thorvg-git/test/testAccessor.cpp:58:29: warning: unqualified call to
'std::move' [-Wunqualified-std-cast-call]
picture = accessor->set(move(picture), nullptr);
^
std::
...
|
2023-06-07 16:56:30 +09:00 |
|
Hermet Park
|
72f89fcf53
|
test: add Inverse Luma Mask test cases
|
2023-05-20 20:11:58 +09:00 |
|
Hermet Park
|
fe14e4f499
|
api: rename beta apis.
- SwCanvas::Colorspace::ABGR8888_STRAIGHT -> SwCanvas::Colorspace::ABGR8888S
- SwCanvas::Colorspace::ARGB8888_STRAIGHT -> SwCanvas::Colorspace::ARGB8888S
@Issue: https://github.com/thorvg/thorvg/issues/1372
|
2023-05-20 13:22:52 +09:00 |
|
Hermet Park
|
9d9f38c875
|
common: code refactoring
Replace standard casting with tvg::cast()
|
2023-05-15 12:07:55 +09:00 |
|
Mira Grudzinska
|
78c5034229
|
tests: lcov++ (sw_engine)
|
2023-05-10 14:36:02 +09:00 |
|
Hermet Park
|
f0ae3e9cee
|
test: fix broken plugin support.
The thorvg test should not attempt to perform features
that were not enabled, as this will cause them to fail.
@Issues: https://github.com/thorvg/thorvg/issues/1251
|
2023-04-06 19:47:10 +09:00 |
|
Hermet Park
|
9b3c34c3b1
|
updated copyright.
|
2023-01-14 13:48:11 +09:00 |
|
Hermet Park
|
f0141e63de
|
updated copyright date.
|
2022-01-12 14:08:48 +09:00 |
|
projectitis
|
dad6c71b6c
|
all: fix warnings on MSVC
* Explicit casts to suppress warnings
* Fixed compiler warnings
|
2021-10-09 11:33:45 +09:00 |
|
bchrescionko
|
f41cef44c1
|
test: creating test for downscaling picture (#837)
Added tests for the functions rastering scaled down images
|
2021-09-24 15:19:02 +02:00 |
|
Mira Grudzinska
|
5c504cbfe6
|
test SwEngine: increasing lines coverage (#767)
All functions from tvgSwStroke.cpp called.
|
2021-09-02 15:04:44 +02:00 |
|
Mira Grudzinska
|
dddb38d900
|
test SwEngine: _rasterTranslucentRect added into the tests
|
2021-09-01 17:26:07 +09:00 |
|
Mira Grudzinska
|
2fb07d9ac8
|
test SwEngine: raster image functions included into the unit tests
All image rastering funcions called in the 'Image Draw' test case.
|
2021-09-01 17:25:42 +09:00 |
|
Michal Maciola
|
f66ea21e9c
|
utc: increase coverage SwEngine
|
2021-08-20 12:35:25 +09:00 |
|