Home
last modified time | relevance | path

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

/external/image_io/includes/image_io/base/
Dbyte_data.h99 static bool Hex2Byte(char hi_char, char lo_char, Byte* value) { in Hex2Byte() argument
100 int hi = Hex2Decimal(hi_char); in Hex2Byte()