Searched defs:DeltaSetIndexMap (Results 1 – 1 of 1) sorted by relevance
36 struct DeltaSetIndexMap struct38 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 compressed83 HBUINT16 mapCount; /* The number of mapping entries. */85 mapDataZ; /* The delta-set index mapping data. */