Home
last modified time | relevance | path

Searched refs:LINECAP_ROUND (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.cpp23 const char LINECAP_ROUND[] = "round"; variable
31 if (val == LINECAP_ROUND) { in GetLineCapStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_base_declaration.cpp25 const char LINECAP_ROUND[] = "round"; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h308 constexpr char LINECAP_ROUND[] = "round"; variable
H A Djs_fwk_common.cpp1263 if (strcasecmp(lineCap, LINECAP_ROUND) == 0) { in ParseLineCap()