cba64462d2
This is all guarded by the old define we never rebaselined. Had to make some upgrades to SkColorFilterShader to support replacing an SkPaint's shader and color filter with a single merged SkColorFilterShader. Our pipeline's order of operations is 1) shader 2) scale by paint alpha 3) color filter but SkColorFilterShader had no way to get that paint alpha in the middle there, so I added one. Change-Id: Ibc1448c1b421747086030337c1a30b8f0af4aa5e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/250296 Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Mike Reed <reed@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
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.