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

Unified Diff: src/core/SkOpts.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/SkColorSpaceXform.cpp ('k') | src/core/SkOpts.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkOpts.h
diff --git a/src/core/SkOpts.h b/src/core/SkOpts.h
index 87489ee94e0902bcaf694de49a1035324aefbcc4..b6b68cb6d2272f61f0f5658ed8e02ce2a0cd9feb 100644
--- a/src/core/SkOpts.h
+++ b/src/core/SkOpts.h
@@ -67,9 +67,6 @@ namespace SkOpts {
extern void (*srcover_srgb_srgb)(uint32_t* dst, const uint32_t* src, int ndst, int nsrc);
// Color xform RGB1 pixels.
- extern void (*color_xform_RGB1_to_2dot2) (uint32_t* dst, const uint32_t* src, int len,
- const float* const srcTables[3],
- const float srcToDstMatrix[16]);
extern void (*color_xform_RGB1_to_srgb)(uint32_t* dst, const uint32_t* src, int len,
const float* const srcTables[3],
const float srcToDstMatrix[16]);
@@ -80,9 +77,6 @@ namespace SkOpts {
extern void (*color_xform_RGB1_to_linear)(uint64_t* dst, const uint32_t* src, int len,
const float* const srcTables[3],
const float srcToDstMatrix[16]);
- extern void (*color_xform_RGB1_to_2dot2_swaprb) (uint32_t* dst, const uint32_t* src, int len,
- const float* const srcTables[3],
- const float srcToDstMatrix[16]);
extern void (*color_xform_RGB1_to_srgb_swaprb)(uint32_t* dst, const uint32_t* src, int len,
const float* const srcTables[3],
const float srcToDstMatrix[16]);
« no previous file with comments | « src/core/SkColorSpaceXform.cpp ('k') | src/core/SkOpts.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698