Searched refs:postPipeline (Results 1 – 7 of 7) sorted by relevance
33 SkRasterPipeline* postPipeline) const override;
44 SkRasterPipeline* postPipeline) const final;
45 SkRasterPipeline* postPipeline) const override;
70 SkRasterPipeline* postPipeline) const final;
178 SkRasterPipeline* postPipeline) const { in adjustMatrixAndAppendStages()248 postPipeline->append(SkRasterPipeline::apply_vector_mask, &ctx->fMask); in adjustMatrixAndAppendStages()
243 SkRasterPipeline* postPipeline) const = 0;
379 SkRasterPipeline_<256> postPipeline; in onAppendStages() local380 if (!this->adjustMatrixAndAppendStages(alloc, &matrix, &tPipeline, &postPipeline)) { in onAppendStages()492 p->extend(postPipeline); in onAppendStages()