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

Unified Diff: include/utils/SkMatrix44.h

Issue 508303005: SkMatrix44::preserves2dAxisAlignment() (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Use approximate math, perspective divide Created 6 years, 3 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') | src/utils/SkMatrix44.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 83b5443d681cc548e3f001bcdeebe20c15ffbd41..40690f31050c0db60d07ff1e3105ed17a8334583 100644
--- a/include/utils/SkMatrix44.h
+++ b/include/utils/SkMatrix44.h
@@ -377,6 +377,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;
reed1 2014/09/19 16:45:14 Dox? e.g. - what does it mean? - does it have a t
tomhudson 2014/09/19 18:21:19 Done.
+
void dump() const;
double determinant() const;
« no previous file with comments | « no previous file | src/utils/SkMatrix44.cpp » ('j') | src/utils/SkMatrix44.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698