Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp26 uint8_t Hex2Dec(uint8_t hexHigh, uint8_t hexLow) { in Hex2Dec() argument
27 return (FXSYS_HexCharToInt(hexHigh) << 4) + FXSYS_HexCharToInt(hexLow); in Hex2Dec()