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

/external/chromium_org/third_party/freetype/src/psaux/
H A Dafmparse.c280 static const char* const afm_key_table[N_AFM_TOKENS] = variable
507 if ( *( afm_key_table[n] ) == *key )
511 if ( *( afm_key_table[n] ) != *key )
514 if ( ft_strncmp( afm_key_table[n], key, len ) == 0 )
/external/freetype/src/psaux/
H A Dafmparse.c283 static const char* const afm_key_table[N_AFM_TOKENS] = variable
510 if ( *( afm_key_table[n] ) == *key )
514 if ( *( afm_key_table[n] ) != *key )
517 if ( ft_strncmp( afm_key_table[n], key, len ) == 0 )

Completed in 51 milliseconds