aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkColor.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-06-13 05:57:47 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-13 13:36:37 +0000
commite93cf97175d348ce1400762bdd8d9acabdd29766 (patch)
tree9810330cd008ae70abc1a7d909aab10c9bcb62ab /include/core/SkColor.h
parentc4f0a8245ccf0d14f6a6dffc73ff56b563012b69 (diff)
use pipeline for non-opt xfermodes
Produces slightly different results for Hue, Saturation, Color, Luminosity, seemingly around the aa edging. Bug: skia: Change-Id: I6364818c9788863e5fad6d14cad4797d073dbea3 Reviewed-on: https://skia-review.googlesource.com/19554 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'include/core/SkColor.h')
-rw-r--r--include/core/SkColor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/core/SkColor.h b/include/core/SkColor.h
index 9d757a9563..c5941394d8 100644
--- a/include/core/SkColor.h
+++ b/include/core/SkColor.h
@@ -169,10 +169,6 @@ SK_API SkPMColor SkPreMultiplyARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b);
*/
SK_API SkPMColor SkPreMultiplyColor(SkColor c);
-/** Define a function pointer type for combining two premultiplied colors
-*/
-typedef SkPMColor (*SkXfermodeProc)(SkPMColor src, SkPMColor dst);
-
///////////////////////////////////////////////////////////////////////////////////////////////////
struct SkPM4f;