Searched refs:tagTable (Results 1 – 4 of 4) sorted by relevance
74 tagTable(gsub.scriptList()); in tag()75 tagTable(gsub.featureList()); in tag()76 tagTable(gsub.lookupList()); in tag()81 private void tagTable(FontDataTable table) { in tagTable() method in OtTableTagger148 tagTable(st); in registerTagMethods()165 tagTable(lst); in registerTagMethods()167 tagTable(table.defaultLangSysTable()); in registerTagMethods()196 tagTable(ft); in registerTagMethods()226 tagTable(lookup); in registerTagMethods()245 tagTable(subTable); in registerTagMethods()[all …]
218 entry->tagTable = drmHashCreate(); in drmGetEntry()1254 drmHashDestroy(entry->tagTable); in drmClose()1257 entry->tagTable = NULL; in drmClose()2318 if (drmHashInsert(entry->tagTable, context, tag)) { in drmAddContextTag()2319 drmHashDelete(entry->tagTable, context); in drmAddContextTag()2320 drmHashInsert(entry->tagTable, context, tag); in drmAddContextTag()2329 return drmHashDelete(entry->tagTable, context); in drmDelContextTag()2337 if (drmHashLookup(entry->tagTable, context, &value)) in drmGetContextTag()
130 void *tagTable; member