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

Unified Diff: src/core/SkXfermodeU64.cpp

Issue 1808963005: 4f linear gradient shader blitters (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: review comments Created 4 years, 9 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
Index: src/core/SkXfermodeU64.cpp
diff --git a/src/core/SkXfermodeU64.cpp b/src/core/SkXfermodeU64.cpp
index 2609f89a2f13d059018ae0e5fe99027fa21ee14a..d3ddb2f02bba3432260dff9db2f434e7318a6d95 100644
--- a/src/core/SkXfermodeU64.cpp
+++ b/src/core/SkXfermodeU64.cpp
@@ -10,12 +10,6 @@
#include "SkUtils.h"
#include "SkXfermode.h"
-static void sk_memset64(uint64_t dst[], uint64_t value, int count) {
- for (int i = 0; i < count; ++i) {
- dst[i] = value;
- }
-}
-
enum DstType {
kU16_Dst,
kF16_Dst,

Powered by Google App Engine
This is Rietveld 408576698