Home
last modified time | relevance | path

Searched refs:LINECAP_SQUARE (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.cpp24 const char LINECAP_SQUARE[] = "square"; variable
33 } else if (val == LINECAP_SQUARE) { in GetLineCapStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_base_declaration.cpp26 const char LINECAP_SQUARE[] = "square"; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h307 constexpr char LINECAP_SQUARE[] = "square"; variable
H A Djs_fwk_common.cpp1260 if (strcasecmp(lineCap, LINECAP_SQUARE) == 0) { in ParseLineCap()