Lines Matching refs:lm
27 SkMatrix lm;
28 buffer.readMatrix(&lm);
33 return baseShader->makeWithLocalMatrix(lm);
45 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix());
47 lm.writable()->preConcat(*rec.fLocalMatrix);
51 newRec.fLocalMatrix = lm;
69 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix());
71 lm.writable()->preConcat(*rec.fLocalM);
75 newRec.fLocalM = lm;
85 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix());
87 lm.writable()->preConcat(*localM);
90 matrices,lm.get(), dst,
99 const SkMatrix* lm = &localMatrix;
106 lm = &otherLocalMatrix;
112 return sk_make_sp<SkLocalMatrixShader>(std::move(baseShader), *lm);