Searched refs:totalInverse (Results 1 – 3 of 3) sorted by relevance
88 SkMatrix totalInverse; in onCreateContext() local90 if (!this->computeTotalInverse(rec, &totalInverse)) { in onCreateContext()101 if (!state->chooseProcs(totalInverse, *rec.fPaint)) { in onCreateContext()
64 bool SkShader::computeTotalInverse(const ContextRec& rec, SkMatrix* totalInverse) const { in computeTotalInverse()73 return m->invert(totalInverse); in computeTotalInverse()
467 bool computeTotalInverse(const ContextRec&, SkMatrix* totalInverse) const;