9e2d384559
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> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
build/fuchsia | ||
build_overrides | ||
dm | ||
docker | ||
docs/examples | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
specs | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
go.mod | ||
go.sum | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
RELEASE_NOTES.txt | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.