Home
last modified time | relevance | path

Searched defs:EntryData (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh53 typedef void EntryData; typedef
193 struct EntryData struct
195 HBUINT16 markIndex; /* Index of the substitution table for the
197 HBUINT16 currentIndex; /* Index of the substitution table for the
375 struct EntryData struct
377 HBUINT16 ligActionIndex; /* Index to the first ligActionTable entry
404 typedef void EntryData; typedef
420 typedef typename LigatureEntryT::EntryData EntryData; typedef
637 struct EntryData struct
639 HBUINT16 currentInsertIndex; /* Zero-based index into the insertion glyph table.
[all …]
Dhb-aat-layout-kerx-table.hh164 struct EntryData struct
166 HBUINT16 kernActionIndex;/* Index into the kerning value array. If
193 typedef void EntryData; typedef
209 typedef typename Format1EntryT::EntryData EntryData; typedef
462 struct EntryData struct
464 HBUINT16 ankrActionIndex;/* Either 0xFFFF (for no action) or the index of
Dhb-aat-layout-just-table.hh317 typedef void EntryData; typedef
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp231 DataExtractor EntryData = CU->getDebugInfoExtractor(); in dumpDebugInfo() local