Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-var-hvar-table.hh36 struct DeltaSetIndexMap struct
38 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
47 unsigned int map (unsigned int v) const /* Returns 16.16 outer.inner. */ in map()
76 unsigned int get_width () const { return ((format >> 4) & 3) + 1; } in get_width()
78 unsigned int get_inner_bitcount () const { return (format & 0xF) + 1; } in get_inner_bitcount()
81 HBUINT16 format; /* A packed field that describes the compressed
83 HBUINT16 mapCount; /* The number of mapping entries. */
85 mapDataZ; /* The delta-set index mapping data. */