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

Unified Diff: include/core/SkXfermode.h

Issue 1253493002: No one calls SkXfermode::GetProc16 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: more dead Created 5 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 | « include/core/SkColor.h ('k') | src/core/SkXfermode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkXfermode.h
diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h
index 31e9924e0cedf41d5cfeb8d4946fc0232bdba244..0b8f936bed2c1f6ef951e303a3e9685f574a952d 100644
--- a/include/core/SkXfermode.h
+++ b/include/core/SkXfermode.h
@@ -146,13 +146,6 @@ public:
*/
static SkXfermodeProc GetProc(Mode mode);
- /** Return a function pointer to a routine that applies the specified
- porter-duff transfer mode and srcColor to a 16bit device color. Note,
- if the mode+srcColor might return a non-opaque color, then there is not
- 16bit proc, and this will return NULL.
- */
- static SkXfermodeProc16 GetProc16(Mode mode, SkColor srcColor);
-
/**
* If the specified mode can be represented by a pair of Coeff, then return
* true and set (if not NULL) the corresponding coeffs. If the mode is
« no previous file with comments | « include/core/SkColor.h ('k') | src/core/SkXfermode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698