Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-common.hh139 struct DeltaSetIndexMapFormat1 struct
144 DeltaSetIndexMapFormat1* copy (hb_serialize_context_t *c) const in copy()
158 unsigned get_map_count () const { return mapCount; } in get_map_count()
159 unsigned get_width () const { return ((entryFormat >> 4) & 3) + 1; } in get_width()
160 unsigned get_inner_bit_count () const { return (entryFormat & 0xF) + 1; } in get_inner_bit_count()
162 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
172 HBUINT8 format; /* Format identifier--format = 1 */
173 HBUINT8 entryFormat; /* A packed field that describes the compressed
175 HBUINT32 mapCount; /* The number of mapping entries. */
177 mapDataZ; /* The delta-set index mapping data. */