DescriptionUse explicit constructor-enums for SkMatrix44, either kUninitialized or kIdentity
for clarity, and to take advantage of the fact that most of the time, we actually
want kUninitialized, which is free (doesn't call setIdentity()) and we set the entire
matrix right after it comes into scope (e.g. set3x3, setTranslate). The plan is to
hide/remove the default constructor in Skia soon.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177163
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Messages
Total messages: 6 (0 generated)
|