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

Unified Diff: src/core/SkColorFilterShader.h

Issue 1625263002: add 4f support to colorfiltershader (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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/SkColorFilterShader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkColorFilterShader.h
diff --git a/src/core/SkColorFilterShader.h b/src/core/SkColorFilterShader.h
index e92908ee83dd421649f9ca28ae547216e31496c9..55625b69919c3fbd5ba5b1d53191ff63bab7f955 100644
--- a/src/core/SkColorFilterShader.h
+++ b/src/core/SkColorFilterShader.h
@@ -33,7 +33,8 @@ public:
uint32_t getFlags() const override;
void shadeSpan(int x, int y, SkPMColor[], int count) override;
-
+ void shadeSpan4f(int x, int y, SkPM4f[], int count) override;
+
void set3DMask(const SkMask* mask) override {
// forward to our proxy
fShaderContext->set3DMask(mask);
« no previous file with comments | « no previous file | src/core/SkColorFilterShader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698