Home
last modified time | relevance | path

Searched refs:LINEJOIN_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.cpp26 const char LINEJOIN_ROUND[] = "round"; variable
44 } else if (val == LINEJOIN_ROUND) { in GetLineJoinStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_base_declaration.cpp28 const char LINEJOIN_ROUND[] = "round"; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h304 constexpr char LINEJOIN_ROUND[] = "round"; variable
H A Djs_fwk_common.cpp1277 if (strcasecmp(lineJoin, LINEJOIN_ROUND) == 0) { in ParseLineJoin()