Searched refs:FcHashTableFind (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fchash.c | 100 FcHashTableFind (FcHashTable *table, function in typeref:typename:FcBool
|
| H A D | fccfg.c | 1587 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 D | fcmatch.c | 544 if (!FcHashTableFind (table, key, (void **)&e)) 590 if (FcHashTableFind (table, key, (void **)&e))
|
| H A D | fcint.h | 1407 FcHashTableFind (FcHashTable *table,
|
| /xsrc/external/mit/fontconfig/include/ |
| H A D | fcint.h | 1424 FcHashTableFind (FcHashTable *table,
|
Completed in 11 milliseconds