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

Unified Diff: include/core/SkBlitRow.h

Issue 847363002: skia: blend32_16_row for neon version (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | src/core/SkBlitRow_D16.cpp » ('j') | src/core/SkBlitter_RGB16.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkBlitRow.h
diff --git a/include/core/SkBlitRow.h b/include/core/SkBlitRow.h
index eb29cfce8e0c2687c7d14de3e4bf6355dcb46c65..a3065dfc34c073d4db892c75ff0bfb1029bcbc02 100644
--- a/include/core/SkBlitRow.h
+++ b/include/core/SkBlitRow.h
@@ -42,7 +42,7 @@ public:
*
* The x,y params provide the dithering phase for the start of the scanline
*/
- typedef void (*ColorProc16)(uint16_t dst[], SkPMColor src, int count, int x, int y);
+ typedef void (*ColorProc16)(uint16_t dst[], SkPMColor src[], int count, int x, int y);
// Note : we ignore the kGlobalAlpha_Flag setting, but do respect kSrcPixelAlpha_Flag
static ColorProc16 ColorFactory16(unsigned flags);
« no previous file with comments | « no previous file | src/core/SkBlitRow_D16.cpp » ('j') | src/core/SkBlitter_RGB16.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698