Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: src/core/SkSRGB.h

Issue 2189193002: Experimental: Remove 2.2 special case Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/core/SkOpts.cpp ('k') | src/core/SkSRGB.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkSRGB.h
diff --git a/src/core/SkSRGB.h b/src/core/SkSRGB.h
index 31fd4aec5e2d31f005121fc03caddb491ce385b0..b3b3e3926f1881447433da2c9a7dc2020ac2906e 100644
--- a/src/core/SkSRGB.h
+++ b/src/core/SkSRGB.h
@@ -21,6 +21,7 @@
*/
extern const float sk_linear_from_srgb[256];
+extern const uint8_t sk_linear_to_srgb_table[8192];
static inline Sk4f sk_clamp_0_255(const Sk4f& x) {
// The order of the arguments is important here. We want to make sure that NaN
« no previous file with comments | « src/core/SkOpts.cpp ('k') | src/core/SkSRGB.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698