Searched refs:highNibble (Results 1 – 3 of 3) sorted by relevance
194 bool highNibble = true; in convert_type1_font_stream() local200 if (highNibble) { in convert_type1_font_stream()202 highNibble = false; in convert_type1_font_stream()205 highNibble = true; in convert_type1_font_stream()209 if (!highNibble) { in convert_type1_font_stream()
172 int highNibble = HexCharToNum (inputStr [i * 2]); in FromUtf8HexString() local174 if (highNibble < 0) in FromUtf8HexString()186 data [i] = (uint8) ((highNibble << 4) + lowNibble); in FromUtf8HexString()