Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dfthash.c50 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 …]
/external/freetype/include/freetype/internal/
Dfthash.h57 } FT_Hashkey; typedef
62 FT_Hashkey key;
71 (*FT_Hash_LookupFunc)( FT_Hashkey* key );
74 (*FT_Hash_CompareFunc)( FT_Hashkey* a,
75 FT_Hashkey* b );
/external/freetype/
DChangeLog.261789 * include/freetype/internal/fthash.h (FT_Hashkey): New union.