Searched refs:fInvM (Results 1 – 2 of 2) sorted by relevance
28 if (fM.invert(&fInvM)) { in Transform()34 fInvM = SkM44(); in Transform()41 SkASSERT(fM != t.fM || (fInvM == t.fInvM && fType == t.fType && fScale == t.fScale)); in operator ==()46 Rect Transform::inverseMapRect(const Rect& rect) const { return map_rect(fInvM, rect); } in inverseMapRect()
55 const SkM44& inverse() const { return fInvM; } in inverse()68 SkM44 fInvM; // M^-1 variable