Home
last modified time | relevance | path

Searched refs:nib2byte (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/utils/
DSkParseColor.cpp235 static inline unsigned nib2byte(unsigned n) in nib2byte() function
251 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()
/external/skqp/src/utils/
DSkParseColor.cpp235 static inline unsigned nib2byte(unsigned n) in nib2byte() function
251 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()