Index: src/opts/SkBitmapFilter_opts_SSE2.h |
diff --git a/src/opts/SkBitmapFilter_opts_SSE2.h b/src/opts/SkBitmapFilter_opts_SSE2.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..974b00896c0a9dfa6bce01cc75aad5b3a518b83e |
--- /dev/null |
+++ b/src/opts/SkBitmapFilter_opts_SSE2.h |
@@ -0,0 +1,20 @@ |
+ |
+/* |
+ * Copyright 2013 Google Inc. |
+ * |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. |
+ */ |
+ |
+ |
+#ifndef SkBitmapFilter_opts_sse2_DEFINED |
+#define SkBitmapFilter_opts_sse2_DEFINED |
+ |
+#include "SkBitmapProcState.h" |
+ |
+void highQualityFilter_ScaleOnly_SSE2(const SkBitmapProcState &s, int x, int y, |
+ SkPMColor *SK_RESTRICT colors, int count); |
+void highQualityFilter_SSE2(const SkBitmapProcState &s, int x, int y, |
+ SkPMColor *SK_RESTRICT colors, int count); |
+ |
+#endif |