Searched defs:postConcat (Results 1 – 8 of 8) sorted by relevance
50 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } in postConcat() function
39 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } in postConcat() function
298 inline void postConcat(const SkMatrix44& m) { in postConcat() function
339 SkM44& postConcat(const SkM44& m) { in postConcat() function
269 protected boolean postConcat(Matrix other) { in postConcat() method in ShadowMatrix396 private boolean postConcat(SimpleMatrix matrix) { in postConcat() method in ShadowMatrix
378 inline void postConcat(const SkMatrix44& m) { in postConcat() function
692 SkMatrix& SkMatrix::postConcat(const SkMatrix& mat) { in postConcat() function in SkMatrix
715 void SkMatrix::postConcat(const SkMatrix& mat) { in postConcat() function in SkMatrix