Searched refs:nib2byte (Results 1 – 1 of 1) sorted by relevance
449 static inline unsigned nib2byte(unsigned n) in nib2byte() function465 unsigned a = len == 4 ? nib2byte(hex >> 12) : oldAlpha; in FindColor()466 unsigned r = nib2byte((hex >> 8) & 0xF); in FindColor()467 unsigned g = nib2byte((hex >> 4) & 0xF); in FindColor()468 unsigned b = nib2byte(hex & 0xF); in FindColor()