Home
last modified time | relevance | path

Searched refs:LINECAP_BUTT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h306 constexpr char LINECAP_BUTT[] = "butt"; variable
H A Djs_fwk_common.cpp1257 if (strcasecmp(lineCap, LINECAP_BUTT) == 0) { in ParseLineCap()