Home
last modified time | relevance | path

Searched refs:DOM_REPEATING_LINEAR_GRADIENT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_type.cpp259 const char DOM_REPEATING_LINEAR_GRADIENT[] = "repeatingLinearGradient"; variable
H A Ddom_type.h262 ACE_EXPORT extern const char DOM_REPEATING_LINEAR_GRADIENT[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp2379 …if (gradientType == DOM_REPEATING_LINEAR_GRADIENT || gradientType == DOM_REPEATING_RADIAL_GRADIENT… in SetBorderImageGradientType()
2623 …if (gradientType == DOM_REPEATING_LINEAR_GRADIENT || gradientType == DOM_REPEATING_RADIAL_GRADIENT… in SetGradientType()