HomeSort by relevance Sort by last modified time
    Searched refs:postPipeline (Results 1 - 7 of 7) sorted by null

  /external/skia/src/shaders/gradients/
SkSweepGradient.h 33 SkRasterPipeline* postPipeline) const override;
SkRadialGradient.h 44 SkRasterPipeline* postPipeline) const final;
SkLinearGradient.h 70 SkRasterPipeline* postPipeline) const final;
SkTwoPointConicalGradient.h 45 SkRasterPipeline* postPipeline) const override;
SkTwoPointConicalGradient.cpp 178 SkRasterPipeline* postPipeline) const {
248 postPipeline->append(SkRasterPipeline::apply_vector_mask, &ctx->fMask);
SkGradientShaderPriv.h 243 SkRasterPipeline* postPipeline) const = 0;
SkGradientShader.cpp 379 SkRasterPipeline_<256> postPipeline;
380 if (!this->adjustMatrixAndAppendStages(alloc, &matrix, &tPipeline, &postPipeline)) {
492 p->extend(postPipeline);
    [all...]

Completed in 177 milliseconds