Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-var-common.hh35 struct DeltaSetIndexMapFormat01 struct
40 DeltaSetIndexMapFormat01* copy (hb_serialize_context_t *c) const in copy()
55 bool serialize (hb_serialize_context_t *c, const T &plan) in serialize()
86 uint32_t map (unsigned int v) const /* Returns 16.16 outer.inner. */ in map()
114 unsigned get_map_count () const { return mapCount; } in get_map_count()
115 unsigned get_width () const { return ((entryFormat >> 4) & 3) + 1; } in get_width()
116 unsigned get_inner_bit_count () const { return (entryFormat & 0xF) + 1; } in get_inner_bit_count()
119 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
129 HBUINT8 format; /* Format identifier--format = 0 */
130 HBUINT8 entryFormat; /* A packed field that describes the compressed
[all …]