Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
gaussian_blur_filter_contents.h File Reference

Go to the source code of this file.

Classes

struct  impeller::BlurParameters
 
struct  impeller::KernelSample
 
struct  impeller::KernelSamples
 
struct  impeller::LerpHackResult
 
class  impeller::GaussianBlurFilterContents
 Performs a bidirectional Gaussian blur. More...
 

Namespaces

namespace  impeller
 

Functions

KernelSamples impeller::GenerateBlurInfo (BlurParameters parameters)
 
LerpHackResult impeller::LerpHackKernelSamples (const KernelSamples &parameters)
 

Variables

static constexpr int32_t impeller::kGaussianBlurMaxKernelSize = 50