Searched refs:preConcatInverse (Results 1 – 2 of 2) sorted by relevance
177 bool sourceCoordChangeByInverse(const SkMatrix& preConcatInverse) { in sourceCoordChangeByInverse() argument182 if (!computed && !preConcatInverse.invert(&inv)) { in sourceCoordChangeByInverse()192 if (!computed && !preConcatInverse.invert(&inv)) { in sourceCoordChangeByInverse()
564 bool preConcatStageMatricesWithInverse(const SkMatrix& preConcatInverse) { in preConcatStageMatricesWithInverse() argument569 if (!computed && !preConcatInverse.invert(&inv)) { in preConcatStageMatricesWithInverse()574 fStages[i].preConcatCoordChange(preConcatInverse); in preConcatStageMatricesWithInverse()