Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
SkGaussianColorFilter.cpp
Go to the documentation of this file.
1/*
2 * Copyright 2022 Google LLC
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
9
19
21
22bool SkGaussianColorFilter::appendStages(const SkStageRec& rec, bool shaderIsOpaque) const {
23 rec.fPipeline->append(SkRasterPipelineOp::gauss_a_to_rgba);
24 return true;
25}
26
27sk_sp<SkFlattenable> SkGaussianColorFilter::CreateProc(SkReadBuffer&) {
29}
30
static sk_sp< SkColorFilter > MakeGaussian()
bool appendStages(const SkStageRec &rec, bool shaderIsOpaque) const override
void append(SkRasterPipelineOp, void *=nullptr)
SkRasterPipeline * fPipeline