Searched refs:hex_digit (Results 1 – 2 of 2) sorted by relevance
2262 hex_digit(int c) in hex_digit() function2281 color = RGB(((hex_digit(hex[1]) << 4) + hex_digit(hex[2])), in decode_hex_color()2282 ((hex_digit(hex[3]) << 4) + hex_digit(hex[4])), in decode_hex_color()2283 ((hex_digit(hex[5]) << 4) + hex_digit(hex[6]))); in decode_hex_color()
4037 hex_digit(int c) in hex_digit() function