skia2/modules/skottie
Brian Osman 788b91678f Remove SkTMin and SkTMax
Use std::min and std::max everywhere.

SkTPin still exists. We can't use std::clamp yet, and even when
we can, it has undefined behavior with NaN. SkTPin is written
to ensure that we return a value in the [lo, hi] range.

Change-Id: I506852a36e024ae405358d5078a872e2c77fa71e
Docs-Preview: https://skia.org/?cl=269357
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/269357
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Mike Reed <reed@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2020-02-07 18:40:09 +00:00
..
fuzz rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
gm [skottie] Add custom props rendering GM 2020-01-17 13:53:02 +00:00
include [skottie] Separate text resize options 2020-01-29 00:09:42 +00:00
src Remove SkTMin and SkTMax 2020-02-07 18:40:09 +00:00
utils [skottie] Add custom props rendering GM 2020-01-17 13:53:02 +00:00
BUILD.gn Fix build when (is_ios && !skia_enable_skottie) 2020-01-23 16:11:36 +00:00
skottie.gni [skottie] Cleanup: finalize adapter conversion 2020-02-03 18:56:01 +00:00