Searched defs:postConcat (Results 1 – 7 of 7) sorted by relevance
50 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } 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
715 void SkMatrix::postConcat(const SkMatrix& mat) { in postConcat() function in SkMatrix