Searched refs:nib2byte (Results 1 – 1 of 1) sorted by relevance
343 static inline unsigned nib2byte(unsigned n) in nib2byte() function359 unsigned a = len == 4 ? nib2byte(hex >> 12) : oldAlpha; in FindColor()360 unsigned r = nib2byte((hex >> 8) & 0xF); in FindColor()361 unsigned g = nib2byte((hex >> 4) & 0xF); in FindColor()362 unsigned b = nib2byte(hex & 0xF); in FindColor()