#include <optional>
#include "impeller/entity/contents/content_context.h"
#include "impeller/entity/contents/filters/filter_contents.h"
#include "impeller/entity/geometry/geometry.h"
#include "impeller/geometry/color.h"
Go to the source code of this file.
Classes | |
struct | impeller::BlurParameters |
struct | impeller::KernelSample |
struct | impeller::KernelSamples |
class | impeller::GaussianBlurFilterContents |
Namespaces | |
impeller | |
Functions | |
KernelSamples | impeller::GenerateBlurInfo (BlurParameters parameters) |
GaussianBlurPipeline::FragmentShader::KernelSamples | impeller::LerpHackKernelSamples (KernelSamples parameters) |
Variables | |
static constexpr int32_t | impeller::kGaussianBlurMaxKernelSize = 50 |