Searched refs:FT_Hashkey (Results 1 – 3 of 3) sorted by relevance
50 hash_str_lookup( FT_Hashkey* key ) in hash_str_lookup()65 hash_num_lookup( FT_Hashkey* key ) in hash_num_lookup()82 hash_str_compare( FT_Hashkey* a, in hash_str_compare()83 FT_Hashkey* b ) in hash_str_compare()94 hash_num_compare( FT_Hashkey* a, in hash_num_compare()95 FT_Hashkey* b ) in hash_num_compare()105 hash_bucket( FT_Hashkey key, in hash_bucket()233 hash_insert( FT_Hashkey key, in hash_insert()276 FT_Hashkey hk; in ft_hash_str_insert()291 FT_Hashkey hk; in ft_hash_num_insert()[all …]
57 } FT_Hashkey; typedef62 FT_Hashkey key;71 (*FT_Hash_LookupFunc)( FT_Hashkey* key );74 (*FT_Hash_CompareFunc)( FT_Hashkey* a,75 FT_Hashkey* b );
1789 * include/freetype/internal/fthash.h (FT_Hashkey): New union.