Home
last modified time | relevance | path

Searched defs:OffsetTable (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-open-file-private.hh71 typedef struct OffsetTable struct
75 inline unsigned int get_table_count (void) const in get_table_count()
77 inline const TableRecord& get_table (unsigned int i) const in get_table()
82 inline bool find_table_index (hb_tag_t tag, unsigned int *table_index) const in find_table_index()
98 inline const TableRecord& get_table_by_tag (hb_tag_t tag) const in get_table_by_tag()
106 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
113 Tag sfnt_version; /* '\0\001\0\00' if TrueType / 'OTTO' if CFF */
114 USHORT numTables; /* Number of tables. */
115 USHORT searchRangeZ; /* (Maximum power of 2 <= numTables) x 16 */
116 USHORT entrySelectorZ; /* Log2(maximum power of 2 <= numTables). */
[all …]
/external/v8/src/debug/
Dinterface-types.h54 using OffsetTable = std::vector<WasmDisassemblyOffsetTableEntry>; member
/external/v8/src/inspector/
Dwasm-translation.cc55 using OffsetTable = debug::WasmDisassembly::OffsetTable; typedef in WasmTranslation::TranslatorImpl::DisassemblingTranslator