Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common.hh3527 struct DeltaSetIndexMapFormat01 struct
3531 unsigned get_size () const in get_size()
3535 DeltaSetIndexMapFormat01* copy (hb_serialize_context_t *c) const in copy()
3542 bool serialize (hb_serialize_context_t *c, const T &plan) in serialize()
3576 uint32_t map (unsigned int v) const /* Returns 16.16 outer.inner. */ in map()
3604 unsigned get_map_count () const { return mapCount; } in get_map_count()
3605 unsigned get_width () const { return ((entryFormat >> 4) & 3) + 1; } in get_width()
3606 unsigned get_inner_bit_count () const { return (entryFormat & 0xF) + 1; } in get_inner_bit_count()
3609 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
3620 HBUINT8 format; /* Format identifier--format = 0 */
[all …]