Searched refs:LINECAP_SQUARE (Results 1 – 4 of 4) sorted by relevance
24 const char LINECAP_SQUARE[] = "square"; variable33 } else if (val == LINECAP_SQUARE) { in GetLineCapStyle()
26 const char LINECAP_SQUARE[] = "square"; variable
307 constexpr char LINECAP_SQUARE[] = "square"; variable
1260 if (strcasecmp(lineCap, LINECAP_SQUARE) == 0) { in ParseLineCap()