Home
last modified time | relevance | path

Searched defs:postConcat (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/include/effects/
DSkColorMatrix.h42 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } in postConcat() function
/third_party/skia/include/core/
DSkM44.h339 SkM44& postConcat(const SkM44& m) { in postConcat() function
/third_party/skia/src/core/
DSkMatrix.cpp692 SkMatrix& SkMatrix::postConcat(const SkMatrix& mat) { in postConcat() function in SkMatrix