The current implementation ignores return value from `registerChildProcessor` and, surprisingly, assumes that a cloned FP index will match the original FP index. This version honors the return value. (In practice, I have not seen any cases where the current implementation has caused actual breakage.) Updating common code-gen had large ripple effects in the SkSL unit tests. While repairing the tests, I also took the opportunity to use raw-strings to pass the source SkSL text, and annotated the `expectedH` and `expectedCPP` blocks to make the tests easier to understand at a glance. Change-Id: I71be69d9e4620963b3ef49ad8e0dba3b40af7f4f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/295452 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: John Stiles <johnstiles@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
build/fuchsia | ||
build_overrides | ||
client_utils/android | ||
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.