Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_base_declaration.h28 bool hasOpacity = false; member
43 if (!hasOpacity) { in InheritFromUse()
44 if (parent.hasOpacity) { in InheritFromUse()
58 if (!hasOpacity) { in Inherit()
59 if (parent.hasOpacity) { in Inherit()
123 return attribute.hasOpacity; in HasOpacity()
H A Dsvg_base_declaration.cpp308 attrs.hasOpacity = true;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_node.cpp194 attrs.hasOpacity = true;