skia2/modules
Kevin Lubick 9e2d384559 [canvaskit] Add support for DOMMatrix to some APIs
This does a head to head comparison for our JS-implemented
SkMatrix (DOMMatrix is tens of times slower) and adds support.

There are a few APIs (e.g. on Canvas) that don't yet support this.
This is because I want to experiment with the speed difference
between SimpleMatrix and emscripten's bindings and us just allocating
an array for the user on the WASM heap.

Change-Id: I47086dd6b40cbd522c6b85e5f9b1a7e819f54f9d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/280957
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2020-04-01 18:15:29 +00:00
..
canvaskit [canvaskit] Add support for DOMMatrix to some APIs 2020-04-01 18:15:29 +00:00
particles Fix crash when editing particle scripts 2020-02-10 15:08:00 +00:00
pathkit Fix wasm builds 2020-01-28 19:03:49 +00:00
skottie [skottie] Vector-encoded paths 2020-04-01 17:06:04 +00:00
skparagraph Revert "Enable deprecated-copy-dtor warning." 2020-03-31 22:32:07 +00:00
skplaintexteditor Remove SkTMin and SkTMax 2020-02-07 18:40:09 +00:00
skresources use std::make_unique 2019-12-12 22:32:45 +00:00
sksg [skottie] Cleanup: relocate Animator base class out of SkSG 2020-03-26 20:50:10 +00:00
skshaper Remove SkTMin and SkTMax 2020-02-07 18:40:09 +00:00