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

Unified Diff: src/opts/SkOpts_neon.cpp

Issue 1286093004: Refactor to put SkXfermode_opts inside SK_OPTS_NS. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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/opts/SkNx_sse.h ('k') | src/opts/SkOpts_sse2.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/SkOpts_neon.cpp
diff --git a/src/opts/SkOpts_neon.cpp b/src/opts/SkOpts_neon.cpp
index 789a97723873c18ef39cd86e0df7a92f84c4febd..a6d3f00d2082c5c0d4ec07fef359b61183cbfafe 100644
--- a/src/opts/SkOpts_neon.cpp
+++ b/src/opts/SkOpts_neon.cpp
@@ -21,7 +21,7 @@ namespace SkOpts {
rsqrt = neon::rsqrt;
memset16 = neon::memset16;
memset32 = neon::memset32;
- create_xfermode = SkCreate4pxXfermode;
+ create_xfermode = neon::create_xfermode;
box_blur_xx = neon::box_blur_xx;
box_blur_xy = neon::box_blur_xy;
« no previous file with comments | « src/opts/SkNx_sse.h ('k') | src/opts/SkOpts_sse2.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698