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