Searched refs:ft_char_table (Results 1 – 1 of 1) sorted by relevance
32 static const FT_Char ft_char_table[128] = variable53 static const FT_Char ft_char_table[128] = variable102 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()