Searched refs:FcHashTableFind (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfchash.c100 FcHashTableFind (FcHashTable *table, function in typeref:typename:FcBool
H A Dfccfg.c1587 return FcHashTableFind (hash, (const void *)s, (void **)&fe);
1600 if (!FcHashTableFind (table->family_hash, (const void *)s, (void **)&fe))
1608 if (!FcHashTableFind (table->family_blank_hash, (const void *)s, (void **)&fe))
1624 if (FcHashTableFind (table->family_hash, (void *)s, (void **)&fe))
1631 if (FcHashTableFind (table->family_blank_hash, (void *)s, (void **)&fe))
H A Dfcmatch.c544 if (!FcHashTableFind (table, key, (void **)&e))
590 if (FcHashTableFind (table, key, (void **)&e))
H A Dfcint.h1407 FcHashTableFind (FcHashTable *table,
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h1424 FcHashTableFind (FcHashTable *table,

Completed in 11 milliseconds