Make tests pass with debug build (#833)
* remove unused param and fix incorrect signature
* in debug mode skia enables trivial_abi
related skia change:
https://github.com/JetBrains/skia/commit/3cd41698078075347badbeb64e546d8539c29ff8
* make paragraph tests pass with skiko.debug
* extract clone break iterator into separate test
it crashes with skiko.debug=true
* set matrices instead of pointers
before that it was failed with assert in debug mode
set matrices instead of pointers JS/Native
* remove unused function it was leading to wrong overload resolution and crash
* fix quality level in png encoding/decoding
* fail tests before they crash
* skip `breakIteratorCloneTest` with Js target