HomeSort by: relevance | last modified time | path
    Searched defs:FcHashTable (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/fontconfig/dist/src/
fcint.h 409 typedef struct _FcHashTable FcHashTable;
1395 FcPrivate FcHashTable *
1404 FcHashTableDestroy (FcHashTable *table);
1407 FcHashTableFind (FcHashTable *table,
1412 FcHashTableAdd (FcHashTable *table,
1417 FcHashTableReplace (FcHashTable *table,
1422 FcHashTableRemove (FcHashTable *table,
  /xsrc/external/mit/fontconfig/include/
fcint.h 426 typedef struct _FcHashTable FcHashTable;
1412 FcPrivate FcHashTable *
1421 FcHashTableDestroy (FcHashTable *table);
1424 FcHashTableFind (FcHashTable *table,
1429 FcHashTableAdd (FcHashTable *table,
1434 FcHashTableReplace (FcHashTable *table,
1439 FcHashTableRemove (FcHashTable *table,

Completed in 10 milliseconds