case BlendMode::k##mode: \
advanced_blend_proc_ = \
[](const FilterInput::Vector& inputs, const ContentContext& renderer, \
const Entity& entity, const Rect& coverage, BlendMode blend_mode, \
std::optional<Color> fg_color, \
ColorFilterContents::AbsorbOpacity absorb_opacity, \
std::optional<Scalar> alpha) { \
PipelineProc p = &ContentContext::GetBlend##mode##Pipeline; \
return AdvancedBlend<Blend##mode##Pipeline>( \
inputs, renderer, entity, coverage, blend_mode, fg_color, \
absorb_opacity, p, alpha); \
}; \
break;
901 : \
902 advanced_blend_proc_ = \
903 [](const FilterInput::Vector& inputs, const ContentContext& renderer, \
904 const Entity& entity,
const Rect& coverage,
BlendMode blend_mode, \
905 std::optional<Color> fg_color, \
906 ColorFilterContents::AbsorbOpacity absorb_opacity, \
907 std::optional<Scalar> alpha) { \
909 return AdvancedBlend<Blend##mode##Pipeline>( \
910 inputs, renderer, entity, coverage, blend_mode, fg_color, \
911 absorb_opacity, p, alpha); \
912 }; \
913 break;
it will be possible to load the file into Perfetto s trace viewer use test Running tests that layout and measure text will not yield consistent results across various platforms Enabling this option will make font resolution default to the Ahem test font on all disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive mode
PipelineRef(ContentContext::*)(ContentContextOptions) const PipelineProc