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

Unified Diff: include/utils/SkMatrix44.h

Issue 508303005: SkMatrix44::preserves2dAxisAlignment() (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix perspective check, add tolerance Created 6 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 | « no previous file | src/utils/SkMatrix44.cpp » ('j') | tests/Matrix44Test.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/utils/SkMatrix44.h
diff --git a/include/utils/SkMatrix44.h b/include/utils/SkMatrix44.h
index 26247a01e99c0aa19dad0152d61309d1c75b577e..257a700cfdd479941faca3c5d3ffde9684866995 100644
--- a/include/utils/SkMatrix44.h
+++ b/include/utils/SkMatrix44.h
@@ -373,6 +373,8 @@ public:
void map2(const float src2[], int count, float dst4[]) const;
void map2(const double src2[], int count, double dst4[]) const;
+ bool preserves2dAxisAlignment () const;
+
void dump() const;
double determinant() const;
« no previous file with comments | « no previous file | src/utils/SkMatrix44.cpp » ('j') | tests/Matrix44Test.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698