Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c807 static const unsigned char a2i[128] = variable
885 v = v * base + a2i[(int)*s]; in _bdf_atoul()
940 v = v * base + a2i[(int)*s]; in _bdf_atol()
995 v = (short)( v * base + a2i[(int)*s] ); in _bdf_atos()
1759 *bp = (FT_Byte)( ( *bp << 4 ) + a2i[c] ); in _bdf_parse_glyphs()

Completed in 6 milliseconds