Searched refs:asSkMatrix (Results 1 – 1 of 1) sorted by relevance
1563 const SkMatrix& asSkMatrix() const { return *reinterpret_cast<const SkMatrix*>(this); } in asSkMatrix() function1577 SkASSERT(identity.asSkMatrix().isIdentity()); in I()1578 return identity.asSkMatrix(); in I()1590 return invalid.asSkMatrix(); in InvalidMatrix()