Searched refs:LINECAP_ROUND (Results 1 – 4 of 4) sorted by relevance
23 const char LINECAP_ROUND[] = "round"; variable31 if (val == LINECAP_ROUND) { in GetLineCapStyle()
25 const char LINECAP_ROUND[] = "round"; variable
308 constexpr char LINECAP_ROUND[] = "round"; variable
1263 if (strcasecmp(lineCap, LINECAP_ROUND) == 0) { in ParseLineCap()