Searched refs:SetSpreadMethod (Results 1 – 6 of 6) sorted by relevance
86 declaration.SetSpreadMethod(SpreadMethod::PAD); in SetSpecializedValue()89 declaration.SetSpreadMethod(SpreadMethod::REFLECT); in SetSpecializedValue()92 declaration.SetSpreadMethod(SpreadMethod::REPEAT); in SetSpecializedValue()98 declaration.SetSpreadMethod(SpreadMethod::PAD); in SetSpecializedValue()101 declaration.SetSpreadMethod(SpreadMethod::REFLECT); in SetSpecializedValue()104 declaration.SetSpreadMethod(SpreadMethod::REPEAT); in SetSpecializedValue()
43 void SetSpreadMethod(SpreadMethod spreadMethod) in SetSpreadMethod() function46 attribute.gradient.SetSpreadMethod(spreadMethod); in SetSpreadMethod()
69 { DOM_SVG_SRC_SPREAD_METHOD, SetSpreadMethod }, { DOM_SVG_SPREAD_METHOD, SetSpreadMethod }, in SetAttr()98 void SvgGradient::SetSpreadMethod(const std::string& val, SvgGradientAttribute& attr) in SetSpreadMethod() function in OHOS::Ace::NG::SvgGradient101 attr.gradient.SetSpreadMethod(SpreadMethod::PAD); in SetSpreadMethod()104 attr.gradient.SetSpreadMethod(SpreadMethod::REFLECT); in SetSpreadMethod()107 attr.gradient.SetSpreadMethod(SpreadMethod::REPEAT); in SetSpreadMethod()
41 static void SetSpreadMethod(const std::string& val, SvgGradientAttribute& attr);
439 void SetSpreadMethod(SpreadMethod spreadMethod) in SetSpreadMethod() function
590 void SetSpreadMethod(SpreadMethod spreadMethod) in SetSpreadMethod() function