Home | History | Annotate | Download | only in fpdf_font

Lines Matching defs:digit2

735     uint8_t digit2 = first.GetAt(i * 2 + 2);
736 range.m_Lower[i] = FXSYS_toHexDigit(digit1) * 16 + FXSYS_toHexDigit(digit2);
744 uint8_t digit2 = ((FX_DWORD)i * 2 + 2 < size)
747 range.m_Upper[i] = FXSYS_toHexDigit(digit1) * 16 + FXSYS_toHexDigit(digit2);