skia2/tools/sk_app/mac
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
..
DawnMTLWindowContext_mac.mm Roll dawn and adjust for new SwapChain API. 2020-01-28 18:26:44 +00:00
GLWindowContext_mac.mm Remove SkTMin and SkTMax 2020-02-07 18:40:09 +00:00
main_mac.mm Fix Mac viewer on command line launch. 2019-06-21 15:45:22 +00:00
MetalWindowContext_mac.mm Get Metal running on iOS viewer. 2019-09-03 14:07:39 +00:00
RasterWindowContext_mac.mm Remove SkTMin and SkTMax 2020-02-07 18:40:09 +00:00
Window_mac.h Enable MSAA for Metal. 2019-07-11 20:57:24 +00:00
Window_mac.mm tools/skui: put all enums in a common namespace 2019-08-29 15:39:32 +00:00
WindowContextFactory_mac.h Dawn: implement sk_app window contexts for all backends. 2019-08-02 19:51:02 +00:00