Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrix.cpp1520 const SkMatrix& asSkMatrix() const { return *reinterpret_cast<const SkMatrix*>(this); } in asSkMatrix() function
1534 SkASSERT(identity.asSkMatrix().isIdentity()); in I()
1535 return identity.asSkMatrix(); in I()
1547 return invalid.asSkMatrix(); in InvalidMatrix()