#include "impeller/entity/contents/solid_rrect_blur_contents.h"#include <optional>#include "impeller/entity/contents/content_context.h"#include "impeller/entity/entity.h"#include "impeller/geometry/color.h"#include "impeller/geometry/constants.h"#include "impeller/renderer/render_pass.h"#include "impeller/renderer/vertex_buffer_builder.h"Go to the source code of this file.
Namespaces | |
| impeller | |
Functions | |
| static Point | impeller::eccentricity (Point v, double sInverse) |
| static Scalar | impeller::computeErf7 (Scalar x) |
| static Point | impeller::NegPos (Scalar v) |
| static void | impeller::SetupFragInfo (RRectBlurPipeline::FragmentShader::FragInfo &frag_info, Scalar blurSigma, Point center, Point rSize, Scalar radius) |
Variables | |
| static Scalar | impeller::kTwoOverSqrtPi = 2.0 / std::sqrt(kPi) |