Lines Matching refs:SkRasterPipeline
9 #include "src/core/SkRasterPipeline.h"
156 void SkTwoPointConicalGradient::appendGradientStages(SkArenaAlloc* alloc, SkRasterPipeline* p,
157 SkRasterPipeline* postPipeline) const {
161 p->append(SkRasterPipeline::xy_to_radius);
175 p->append(SkRasterPipeline::xy_to_2pt_conical_strip, ctx);
176 p->append(SkRasterPipeline::mask_2pt_conical_nan, ctx);
177 postPipeline->append(SkRasterPipeline::apply_vector_mask, &ctx->fMask);
186 p->append(SkRasterPipeline::xy_to_2pt_conical_focal_on_circle);
188 p->append(SkRasterPipeline::xy_to_2pt_conical_well_behaved, ctx);
190 p->append(SkRasterPipeline::xy_to_2pt_conical_smaller, ctx);
192 p->append(SkRasterPipeline::xy_to_2pt_conical_greater, ctx);
196 p->append(SkRasterPipeline::mask_2pt_conical_degenerates, ctx);
199 p->append(SkRasterPipeline::negate_x);
202 p->append(SkRasterPipeline::alter_2pt_conical_compensate_focal, ctx);
205 p->append(SkRasterPipeline::alter_2pt_conical_unswap);
208 postPipeline->append(SkRasterPipeline::apply_vector_mask, &ctx->fMask);