Home
last modified time | relevance | path

Searched refs:asSkMatrix (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkMatrix.cpp1563 const SkMatrix& asSkMatrix() const { return *reinterpret_cast<const SkMatrix*>(this); } in asSkMatrix() function
1577 SkASSERT(identity.asSkMatrix().isIdentity()); in I()
1578 return identity.asSkMatrix(); in I()
1590 return invalid.asSkMatrix(); in InvalidMatrix()