Lines Matching defs:rec
43 const ContextRec& rec, SkArenaAlloc* alloc) const
46 if (rec.fLocalMatrix) {
47 lm.writable()->preConcat(*rec.fLocalMatrix);
50 ContextRec newRec(rec);
68 bool SkLocalMatrixShader::onAppendStages(const SkStageRec& rec) const {
70 if (rec.fLocalM) {
71 lm.writable()->preConcat(*rec.fLocalM);
74 SkStageRec newRec = rec;
144 bool onAppendStages(const SkStageRec& rec) const override {
145 SkOverrideDeviceMatrixProvider matrixProvider(rec.fMatrixProvider, fCTM);
147 rec.fPipeline,
148 rec.fAlloc,
149 rec.fDstColorType,
150 rec.fDstCS,
151 rec.fPaint,
152 rec.fLocalM,