#include "impeller/display_list/dl_golden_unittests.h"#include "flutter/display_list/dl_builder.h"#include "flutter/display_list/effects/dl_mask_filter.h"#include "flutter/testing/testing.h"#include "gtest/gtest.h"#include "impeller/typographer/backends/skia/text_frame_skia.h"#include "txt/platform.h"Go to the source code of this file.
Namespaces | |
| flutter | |
| flutter::testing | |
Functions | |
| flutter::testing::TEST_P (DlGoldenTest, TextBlurMaskFilterRespectCTM) | |
| flutter::testing::TEST_P (DlGoldenTest, TextBlurMaskFilterDisrespectCTM) | |
| DlColor color = DlColor::kYellow() |
Definition at line 23 of file dl_golden_blur_unittests.cc.
Referenced by impeller::AppendColor(), impeller::ConicalGradientContents::ApplyColorFilter(), impeller::LinearGradientContents::ApplyColorFilter(), impeller::RadialGradientContents::ApplyColorFilter(), impeller::SweepGradientContents::ApplyColorFilter(), impeller::testing::BlendModeTest(), impeller::RenderPassBuilderVK::Build(), impeller::ClipColor(), impeller::ColorAttachmentToString(), impeller::ColorToString(), impeller::ConfigureBlending(), impeller::CreateCompatRenderPassForPipeline(), impeller::DlDispatcherBase::drawColor(), impeller::DlDispatcherBase::drawShadow(), impeller::FromRGB(), impeller::BlendColorFilter::GetCPUColorFilterProc(), impeller::MatrixColorFilter::GetCPUColorFilterProc(), impeller::SrgbToLinearColorFilter::GetCPUColorFilterProc(), impeller::LinearToSrgbColorFilter::GetCPUColorFilterProc(), impeller::ComposedColorFilter::GetCPUColorFilterProc(), impeller::PipelineDescriptor::GetMaxColorAttacmentBindIndex(), impeller::RenderTarget::GetMaxColorAttacmentBindIndex(), impeller::RenderTarget::GetTotalAttachmentCount(), impeller::GetVKClearValues(), ImGui_ImplImpeller_RenderDrawData(), impeller::ContextVK::InitializeCommonlyUsedShadersIfNeeded(), impeller::LinearGradientContents::IsOpaque(), impeller::RadialGradientContents::IsOpaque(), impeller::SweepGradientContents::IsOpaque(), impeller::RenderTarget::IterateAllAttachments(), impeller::Luminosity(), impeller::SolidColorContents::Make(), impeller::ColorFilter::MakeBlend(), impeller::SolidRRectBlurContents::Render(), impeller::AtlasContents::Render(), impeller::TextContents::Render(), impeller::Saturation(), impeller::android::SurfaceTransaction::SetBackgroundColor(), impeller::SolidColorContents::SetColor(), impeller::TextContents::SetColor(), impeller::SolidRRectBlurContents::SetColor(), impeller::DlDispatcherBase::setColor(), impeller::scene::UnlitMaterial::SetColor(), impeller::TextFrameDispatcher::setColor(), impeller::DlDispatcherBase::setColorSource(), impeller::BlendFilterContents::SetForegroundColor(), impeller::SetLuminosity(), impeller::SetSaturation(), impeller::TextContents::SetTextProperties(), impeller::scene::importer::testing::TEST(), impeller::testing::TEST(), impeller::compiler::testing::TEST(), impeller::testing::TEST_P(), impeller::skia_conversions::ToColor(), impeller::ToColorFilter(), impeller::scene::importer::ToFBColor(), impeller::Color::ToIColor(), impeller::ToMTLClearColor(), impeller::ToMTLRenderPassDescriptor(), impeller::ToRGB(), impeller::RenderTarget::ToString(), impeller::ToVector(), and impeller::VKClearValueFromColor().
| SkScalar font_size = 50 |
Definition at line 22 of file dl_golden_blur_unittests.cc.
Referenced by impeller::testing::TEST_P().
| std::shared_ptr<DlMaskFilter> mask_filter |
Definition at line 24 of file dl_golden_blur_unittests.cc.
| bool stroke = false |
Definition at line 21 of file dl_golden_blur_unittests.cc.
Referenced by impeller::TextContents::SetTextProperties().