Searched refs:CommonRenderAttribute (Results 1 – 5 of 5) sorted by relevance
83 struct CommonRenderAttribute : Attribute { struct
52 const std::shared_ptr<CommonRenderAttribute> DeclarationConstants::DEFAULT_RENDER_ATTR =53 std::make_shared<CommonRenderAttribute>();
87 static const std::shared_ptr<CommonRenderAttribute> DEFAULT_RENDER_ATTR;
497 auto& renderAttr = MaybeResetAttribute<CommonRenderAttribute>(AttributeTag::COMMON_RENDER_ATTR); in SetShowAttr()1610 …auto& renderAttr = static_cast<CommonRenderAttribute&>(GetAttribute(AttributeTag::COMMON_RENDER_AT… in SetCurrentStyle()3142 …auto& renderAttr = static_cast<CommonRenderAttribute&>(GetAttribute(AttributeTag::COMMON_RENDER_AT… in ResetDefaultStyles()
266 …auto& renderAttr = declaration_->MaybeResetAttribute<CommonRenderAttribute>(AttributeTag::COMMON_R… in SetShowAttr()