Searched refs:CommonMaskStyle (Results 1 – 5 of 5) sorted by relevance
206 struct CommonMaskStyle : Style { struct
93 const std::shared_ptr<CommonMaskStyle> DeclarationConstants::DEFAULT_MASK_STYLE =94 std::make_shared<CommonMaskStyle>();
110 static const std::shared_ptr<CommonMaskStyle> DEFAULT_MASK_STYLE;
1249 … auto& maskStyle = declaration.MaybeResetStyle<CommonMaskStyle>(StyleTag::COMMON_MASK_STYLE); in SetCurrentStyle()1256 … auto& maskStyle = declaration.MaybeResetStyle<CommonMaskStyle>(StyleTag::COMMON_MASK_STYLE); in SetCurrentStyle()1263 … auto& maskStyle = declaration.MaybeResetStyle<CommonMaskStyle>(StyleTag::COMMON_MASK_STYLE); in SetCurrentStyle()
1554 …auto& maskStyle = static_cast<CommonMaskStyle&>(declaration_->GetStyle(StyleTag::COMMON_MASK_STYLE… in UpdateBoxComponent()