Searched refs:NamedColor (Results 1 – 3 of 3) sorted by relevance
55 struct NamedColor { struct60 const NamedColor* findColor(register const char* str, register unsigned len); argument
197 const NamedColor* foundColor = findColor(name, strlen(name)); in Color()247 static inline const NamedColor* findNamedColor(const String& name) in findNamedColor()265 const NamedColor* foundColor = findNamedColor(name); in setNamedColor()
9 struct NamedColor;171 const struct NamedColor* findColor(register const char* str, register unsigned len)