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

Unified Diff: include/core/SkMatrix44.h

Issue 2324843003: Fix storage of gamut transform matrices in SkColorSpace (Closed)
Patch Set: Created 4 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
Index: include/core/SkMatrix44.h
diff --git a/include/core/SkMatrix44.h b/include/core/SkMatrix44.h
index 6b5e65d072b451c4b6d51f7e4b9d5b5dd889a8a9..9820ee58cd6e0d6332d113451186de8f65c7e1c3 100644
--- a/include/core/SkMatrix44.h
+++ b/include/core/SkMatrix44.h
@@ -457,8 +457,8 @@ private:
kAllPublic_Masks = 0xF
};
- void as4x3ColMajorf(float[]) const;
- void set4x3ColMajorf(const float[]);
+ void as3x4RowMajorf(float[]) const;
+ void set3x4RowMajorf(const float[]);
SkMScalar transX() const { return fMat[3][0]; }
SkMScalar transY() const { return fMat[3][1]; }
« no previous file with comments | « gm/gamut.cpp ('k') | src/codec/SkPngCodec.cpp » ('j') | src/core/SkColorSpaceXform.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698