skia2/modules/skottie
John Stiles 20e92f77e2 Update SkRuntimeEffect::Make to take an Options struct.
This allows us to control the inline threshold of runtime effects in a
thread-safe way.

The new Make API now returns a struct, for readability; the old Make API
continues to return a tuple.

The old Make function is deprecated and subject to removal. You can
migrate to the new API by passing a default-constructed Options struct.
In this case there will be no difference in behavior.

Change-Id: Ic62d6f294f596d0a61095e35a87ccdbbe0b1cf93
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/363785
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
2021-02-03 18:03:49 +00:00
..
fuzz [fuzz] Standardize, document, and backport fuzzing defines. 2020-09-14 13:36:10 +00:00
gm [skottie] Add text colorization GM 2020-12-10 17:10:48 +00:00
include [skottie] Initial direction for text shaping 2020-11-13 20:57:03 +00:00
src Update SkRuntimeEffect::Make to take an Options struct. 2021-02-03 18:03:49 +00:00
tests Reland "[skottie] Add image sampling and transform options" 2020-12-03 19:21:57 +00:00
utils [skottie] Custom prop manager updates 2020-08-20 19:59:22 +00:00
BUILD.gn Reland "[skottie] Add image sampling and transform options" 2020-12-03 19:21:57 +00:00
skottie.gni [skottie] Sphere layer effect 2021-02-02 18:36:23 +00:00