Home
last modified time | relevance | path

Searched refs:lo_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
101 int lo = Hex2Decimal(lo_char); in Hex2Byte()