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
195 struct EntryData struct
197 HBUINT16 markIndex; /* Index of the substitution table for the
199 HBUINT16 currentIndex; /* Index of the substitution table for the
378 struct EntryData struct
380 HBUINT16 ligActionIndex; /* Index to the first ligActionTable entry
407 typedef void EntryData; typedef
423 typedef typename LigatureEntryT::EntryData EntryData; typedef
645 struct EntryData struct
647 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
464 struct EntryData struct
466 HBUINT16 ankrActionIndex;/* Either 0xFFFF (for no action) or the index of
Dhb-aat-layout-just-table.hh317 typedef void EntryData; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp127 DataExtractor EntryData = CU->getDebugInfoExtractor(); in dumpDebugInfo() local