Searched refs:LINECAP_BUTT (Results 1 – 2 of 2) sorted by relevance
306 constexpr char LINECAP_BUTT[] = "butt"; variable
1257 if (strcasecmp(lineCap, LINECAP_BUTT) == 0) { in ParseLineCap()