Home
last modified time | relevance | path

Searched refs:ATTR_NAME_STROKE_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.cpp85 { ATTR_NAME_STROKE_OPACITY,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp42 { ATTR_NAME_STROKE_OPACITY,
597 } else if (attrName == ATTR_NAME_STROKE_OPACITY) { in SetPresentationProperty()
623 } else if (attrName == ATTR_NAME_STROKE_OPACITY) { in IsSelfValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h36 const char ATTR_NAME_STROKE_OPACITY[] = "stroke-opacity"; variable