Home
last modified time | relevance | path

Searched refs:lookup_map_t (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-map.hh64 struct lookup_map_t { struct
73 const lookup_map_t *a = (const lookup_map_t *) pa; in cmp()
74 const lookup_map_t *b = (const lookup_map_t *) pb; in cmp()
141 const struct lookup_map_t **plookups, unsigned int *lookup_count) const in get_stage_lookups()
171 hb_vector_t<lookup_map_t> lookups[2]; /* GSUB/GPOS */
Dhb-ot-shape-complex-indic.hh429 const hb_ot_map_t::lookup_map_t *lookups;
Dhb-ot-map.cc127 hb_ot_map_t::lookup_map_t *lookup = m.lookups[table_index].push (); in add_lookups()