Lines Matching refs:SkMatrix
27 SkMatrix lm;
45 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix());
57 SkImage* SkLocalMatrixShader::onIsAImage(SkMatrix* outMatrix, SkTileMode* mode) const {
58 SkMatrix imageMatrix;
62 *outMatrix = SkMatrix::Concat(imageMatrix, this->getLocalMatrix());
69 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix());
82 const SkMatrixProvider& matrices, const SkMatrix* localM,
85 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix());
94 sk_sp<SkShader> SkShader::makeWithLocalMatrix(const SkMatrix& localMatrix) const {
99 const SkMatrix* lm = &localMatrix;
102 SkMatrix otherLocalMatrix;
124 SkCTMShader(sk_sp<SkShader> proxy, const SkMatrix& ctm)
160 const SkMatrixProvider& matrices, const SkMatrix* localM,
173 SkMatrix fCTM;
182 SkMatrix ctmInv;
207 sk_sp<SkShader> SkShaderBase::makeWithCTM(const SkMatrix& postM) const {