Searched defs:EntryData (Results 1 – 4 of 4) sorted by relevance
53 typedef void EntryData; typedef195 struct EntryData struct197 HBUINT16 markIndex; /* Index of the substitution table for the199 HBUINT16 currentIndex; /* Index of the substitution table for the378 struct EntryData struct380 HBUINT16 ligActionIndex; /* Index to the first ligActionTable entry407 typedef void EntryData; typedef423 typedef typename LigatureEntryT::EntryData EntryData; typedef645 struct EntryData struct647 HBUINT16 currentInsertIndex; /* Zero-based index into the insertion glyph table.[all …]
164 struct EntryData struct166 HBUINT16 kernActionIndex;/* Index into the kerning value array. If193 typedef void EntryData; typedef209 typedef typename Format1EntryT::EntryData EntryData; typedef464 struct EntryData struct466 HBUINT16 ankrActionIndex;/* Either 0xFFFF (for no action) or the index of
317 typedef void EntryData; typedef
127 DataExtractor EntryData = CU->getDebugInfoExtractor(); in dumpDebugInfo() local