Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_node.cpp81 { ATTR_NAME_FILL_OPACITY,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp40 { ATTR_NAME_FILL_OPACITY,
595 if (attrName == ATTR_NAME_FILL_OPACITY) { in SetPresentationProperty()
621 if (attrName == ATTR_NAME_FILL_OPACITY) { in IsSelfValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h35 const char ATTR_NAME_FILL_OPACITY[] = "fill-opacity"; variable