HomeSort by relevance Sort by last modified time
    Searched full:ft_char_table (Results 1 - 1 of 1) sorted by null

  /external/freetype/src/psaux/
psconv.c 32 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];
183 c = ft_char_table[*p & 0x7f];
369 c = ft_char_table[c & 0x7F];
401 c = ft_char_table[*p & 0x7f];

Completed in 99 milliseconds