Searched refs:hasColor (Results 1 – 2 of 2) sorted by relevance
83 bool hasColor() const { return UseColor; } in hasColor() function
295 : OS(P.OS), UseColor(P.hasColor()) { in WithColor()