#include "impeller/aiks/color_source.h"#include <memory>#include <variant>#include <vector>#include "impeller/aiks/paint.h"#include "impeller/core/sampler_descriptor.h"#include "impeller/entity/contents/conical_gradient_contents.h"#include "impeller/entity/contents/filters/color_filter_contents.h"#include "impeller/entity/contents/linear_gradient_contents.h"#include "impeller/entity/contents/radial_gradient_contents.h"#include "impeller/entity/contents/runtime_effect_contents.h"#include "impeller/entity/contents/solid_color_contents.h"#include "impeller/entity/contents/sweep_gradient_contents.h"#include "impeller/entity/contents/tiled_texture_contents.h"#include "impeller/geometry/color.h"#include "impeller/geometry/matrix.h"#include "impeller/geometry/scalar.h"#include "impeller/runtime_stage/runtime_stage.h"Go to the source code of this file.
Namespaces | |
| impeller | |
| const Paint& paint |
Definition at line 38 of file color_source.cc.
Referenced by impeller::Paint::CanApplyOpacityPeephole(), impeller::testing::CanRenderConicalGradientWithDithering(), impeller::testing::CanRenderLinearGradientWithDithering(), impeller::testing::CanRenderRadialGradientWithDithering(), impeller::testing::CanRenderSweepGradientWithDithering(), impeller::Canvas::DrawAtlas(), impeller::Canvas::DrawCircle(), impeller::DlDispatcherBase::drawColor(), impeller::Canvas::DrawImage(), impeller::Canvas::DrawImageRect(), impeller::Canvas::DrawLine(), impeller::NinePatchConverter::DrawNinePatch(), impeller::Canvas::DrawOval(), impeller::Canvas::DrawPaint(), impeller::Canvas::DrawPath(), impeller::Canvas::DrawPoints(), impeller::DlDispatcherBase::drawPoints(), impeller::Canvas::DrawRect(), impeller::Canvas::DrawRRect(), impeller::DlDispatcherBase::drawShadow(), impeller::ExperimentalCanvas::DrawTextFrame(), impeller::Canvas::DrawTextFrame(), impeller::Canvas::DrawVertices(), impeller::ColorSource::GetContents(), impeller::testing::MaskBlurVariantTest(), impeller::ExperimentalCanvas::SaveLayer(), impeller::DlDispatcherBase::saveLayer(), impeller::Canvas::SaveLayer(), impeller::testing::TEST(), impeller::testing::TEST_F(), impeller::testing::TEST_P(), flutter::testing::TEST_P(), and impeller::UseColorSourceContents().