commit | f5bc3d12f0ebd3831a7077a2ff0b4290fda7ddd7 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Wed May 31 13:41:59 2023 -0400 |
committer | Kevin Lubick <kjlubick@google.com> | Thu Jun 01 12:13:02 2023 +0000 |
tree | b74a1b7a22b3394c6235ee3efd156bc4ad90f775 | |
parent | 934d90ab7370ece8cb96f2aed28bf1b5c9d0d81f [diff] |
Move all ColorFilter subclasses to src/effects/colorfilters Client CLs: - https://crrev.com/c/4577599 - https://pdfium-review.googlesource.com/c/pdfium/+/107410 Of note, implementations of the Lerp, Luma, and Overdraw filters were moved to SkRuntimeColorFilter.cpp due to the fact they use SkSL. Alternate implementations (for no SkSL builds) are in SkRuntimeColorFilter_none.cpp instead of being controlled by #ifdefs. Change-Id: I76430d48bcbfe6750c8d9504ba637b57b8419a46 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/705224 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Michael Ludwig <michaelludwig@google.com>