Searched refs:postConcat (Results 1 – 10 of 10) sorted by relevance
113 matrix->postConcat(*other); in anp_postConcat()164 ASSIGN(i, postConcat); in ANPMatrixInterfaceV0_Init()
288 void (*postConcat)(ANPMatrix*, const ANPMatrix*); member
148 matrix->postConcat(this->getRootLayer()->getMatrix()); in localToGlobal()159 matrix->postConcat(tmp); in localToGlobal()
64 this->postConcat(tmp); in postRotate()
46 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } in postConcat() function
160 return this->postConcat(m); in postTranslate()213 return this->postConcat(m); in postScale()219 return this->postConcat(m); in postScale()329 return this->postConcat(m); in postRotate()335 return this->postConcat(m); in postRotate()385 return this->postConcat(m); in postSkew()391 return this->postConcat(m); in postSkew()625 bool SkMatrix::postConcat(const SkMatrix& mat) { in postConcat() function in SkMatrix
633 m->postConcat(deviceMatrix); in getSingleMatrix()
1866 m.postConcat(*matrix); in drawTextOnPath()1923 m.postConcat(*matrix); in drawPosTextOnPath()2258 tempM.postConcat(localM); in drawVertices()
1244 matrix.postConcat(*userMatrix); in SkBuildQuadArc()
240 bool postConcat(const SkMatrix& other);