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

Unified Diff: src/core/Sk4x.h

Issue 1012573003: aacc + bbdd (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: revert SkMatrix.cpp Created 5 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
« no previous file with comments | « no previous file | src/opts/Sk4x_neon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/Sk4x.h
diff --git a/src/core/Sk4x.h b/src/core/Sk4x.h
index 324ecc4bd8ce5eb342dbce1b9b3cf90178d2de19..c72583abcd2e2c3cd2c41bdd6f6ad6a49aaef9aa 100644
--- a/src/core/Sk4x.h
+++ b/src/core/Sk4x.h
@@ -93,6 +93,8 @@ public:
static Sk4x Max(const Sk4x& a, const Sk4x& b);
// Swizzles, where this == abcd.
+ Sk4x aacc() const;
+ Sk4x bbdd() const;
Sk4x badc() const;
private:
« no previous file with comments | « no previous file | src/opts/Sk4x_neon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698