Lines Matching refs:lm
24 SkMatrix lm; in CreateProc() local
25 buffer.readMatrix(&lm); in CreateProc()
30 return baseShader->makeWithLocalMatrix(lm); in CreateProc()
42 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onMakeContext() local
44 lm.writable()->preConcat(*rec.fLocalMatrix); in onMakeContext()
48 newRec.fLocalMatrix = lm; in onMakeContext()
66 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onAppendStages() local
68 lm.writable()->preConcat(*rec.fLocalM); in onAppendStages()
72 newRec.fLocalM = lm; in onAppendStages()
81 const SkMatrix* lm = &localMatrix; in makeWithLocalMatrix() local
88 lm = &otherLocalMatrix; in makeWithLocalMatrix()
94 return sk_make_sp<SkLocalMatrixShader>(std::move(baseShader), *lm); in makeWithLocalMatrix()