Searched refs:BRACE_OPEN (Results 1 – 2 of 2) sorted by relevance
310 constexpr char BRACE_OPEN = '('; variable
1021 if (source[idx] == BRACE_OPEN) { in ParseRgbaColor()