Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds