diff options
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkMatrix44.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkMatrix44.h b/include/core/SkMatrix44.h index 6b5e65d072..9820ee58cd 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]; } |