0147de41c4
Expand the core animator logic to return whether the computed value is changing on each tick. Also rename tick/onTick -> seek/onSeek to better reflect Skottie semantics. This information allows us to skip adapter updates for static/hold animation segments. This effectively hoists some of the scene graph lazy-update logic to the Skottie model level, and culls unneeded conversions (e.g. we were converting ShapeValue -> SkPath on every tick, even when the shape was not changing). TBR= Change-Id: I1ea4e19ae8f993d659826269de6b0465fec70189 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/279816 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Florin Malita <fmalita@chromium.org> |
||
---|---|---|
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.