Home
last modified time | relevance | path

Searched refs:SetSpreadMethod (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_gradient_declaration.cpp86 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()
H A Dsvg_gradient_declaration.h43 void SetSpreadMethod(SpreadMethod spreadMethod) in SetSpreadMethod() function
46 attribute.gradient.SetSpreadMethod(spreadMethod); in SetSpreadMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_gradient.cpp69 { 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::SvgGradient
101 attr.gradient.SetSpreadMethod(SpreadMethod::PAD); in SetSpreadMethod()
104 attr.gradient.SetSpreadMethod(SpreadMethod::REFLECT); in SetSpreadMethod()
107 attr.gradient.SetSpreadMethod(SpreadMethod::REPEAT); in SetSpreadMethod()
H A Dsvg_gradient.h41 static void SetSpreadMethod(const std::string& val, SvgGradientAttribute& attr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgradient_property.h439 void SetSpreadMethod(SpreadMethod spreadMethod) in SetSpreadMethod() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.h590 void SetSpreadMethod(SpreadMethod spreadMethod) in SetSpreadMethod() function