Searched refs:nib2byte (Results 1 – 2 of 2) sorted by relevance
235 static inline unsigned nib2byte(unsigned n) in nib2byte() function251 unsigned a = len == 4 ? nib2byte(hex >> 12) : oldAlpha; in FindColor()252 unsigned r = nib2byte((hex >> 8) & 0xF); in FindColor()253 unsigned g = nib2byte((hex >> 4) & 0xF); in FindColor()254 unsigned b = nib2byte(hex & 0xF); in FindColor()