Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
DSkPDFType1Font.cpp194 bool highNibble = true; in convert_type1_font_stream() local
200 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()
/third_party/flutter/skia/src/pdf/
DSkPDFType1Font.cpp194 bool highNibble = true; in convert_type1_font_stream() local
200 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()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_fingerprint.cpp172 int highNibble = HexCharToNum (inputStr [i * 2]); in FromUtf8HexString() local
174 if (highNibble < 0) in FromUtf8HexString()
186 data [i] = (uint8) ((highNibble << 4) + lowNibble); in FromUtf8HexString()