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.hh36 struct DeltaSetIndexMapFormat01 struct
40 unsigned get_size () const in get_size()
44 DeltaSetIndexMapFormat01* copy (hb_serialize_context_t *c) const in copy()
51 bool serialize (hb_serialize_context_t *c, const T &plan) in serialize()
85 uint32_t map (unsigned int v) const /* Returns 16.16 outer.inner. */ in map()
113 unsigned get_map_count () const { return mapCount; } in get_map_count()
114 unsigned get_width () const { return ((entryFormat >> 4) & 3) + 1; } in get_width()
115 unsigned get_inner_bit_count () const { return (entryFormat & 0xF) + 1; } in get_inner_bit_count()
118 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
128 HBUINT8 format; /* Format identifier--format = 0 */
[all …]