Searched refs:NamedColor (Results 1 – 3 of 3) sorted by relevance
37 struct NamedColor { struct53 const NamedColor* findColor(register const char* str, register unsigned int len); argument
8 struct NamedColor;170 const struct NamedColor* findColor(register const char* str, register unsigned int len)
176 const NamedColor* foundColor = findColor(name, strlen(name)); in Color()226 static inline const NamedColor* findNamedColor(const String& name) in findNamedColor()244 const NamedColor* foundColor = findNamedColor(name); in setNamedColor()