Searched defs:hexData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.cpp239 const uint8_t* hexData = src + *headerLen; local
240 const uint8_t* trailer = hexData + hexDataLen;
244 for (; hexData < trailer; hexData++) {
245 int8_t curNibble = hexToBin(*hexData);
/external/skia/src/pdf/
H A DSkPDFFont.cpp223 const uint8_t* hexData = src + *headerLen; local
224 const uint8_t* trailer = hexData + hexDataLen;
228 for (; hexData < trailer; hexData++) {
229 int8_t curNibble = hexToBin(*hexData);

Completed in 435 milliseconds