Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dafmparse.c284 static const char* const afm_key_table[N_AFM_TOKENS] = variable
511 if ( *( afm_key_table[n] ) == *key ) in afm_tokenize()
515 if ( *( afm_key_table[n] ) != *key ) in afm_tokenize()
518 if ( ft_strncmp( afm_key_table[n], key, len ) == 0 ) in afm_tokenize()