Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpsconv.c32 static const FT_Char ft_char_table[128] = variable
53 static const FT_Char ft_char_table[128] = variable
102 c = ft_char_table[*p & 0x7f]; in PS_Conv_Strtol()
183 c = ft_char_table[*p & 0x7f]; in PS_Conv_ToFixed()
369 c = ft_char_table[c & 0x7F]; in PS_Conv_ASCIIHexDecode()
401 c = ft_char_table[*p & 0x7f]; in PS_Conv_ASCIIHexDecode()