Lines Matching defs:rec
25 LocalMatrixStageRec(const SkStageRec& rec, const SkMatrix& lm)
26 : INHERITED(rec) {
108 static float* append_two_shaders(const SkStageRec& rec, SkShader* s0, SkShader* s1) {
112 auto storage = rec.fAlloc->make<Storage>();
114 if (!as_SB(s0)->appendStages(rec)) {
117 rec.fPipeline->append(SkRasterPipeline::store_src, storage->fRes0);
119 if (!as_SB(s1)->appendStages(rec)) {
130 const LocalMatrixStageRec rec(orig_rec, this->getLocalMatrix());
132 float* res0 = append_two_shaders(rec, fDst.get(), fSrc.get());
137 rec.fPipeline->append(SkRasterPipeline::load_dst, res0);
138 SkBlendMode_AppendStages(fMode, rec.fPipeline);