Home
last modified time | relevance | path

Searched refs:gsub_lookup_count (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc92 layout->gsub_lookup_count = layout->gsub->get_lookup_count (); in HB_SHAPER_DATA_ENSURE_DECLARE()
98 if (unlikely ((layout->gsub_lookup_count && !layout->gsub_accels) || in HB_SHAPER_DATA_ENSURE_DECLARE()
105 for (unsigned int i = 0; i < layout->gsub_lookup_count; i++) in HB_SHAPER_DATA_ENSURE_DECLARE()
116 for (unsigned int i = 0; i < layout->gsub_lookup_count; i++) in _hb_ot_layout_destroy()
521 return hb_ot_layout_from_face (face)->gsub_lookup_count; in hb_ot_layout_table_get_lookup_count()
789 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false; in hb_ot_layout_lookup_would_substitute_fast()
Dhb-ot-layout-private.hh160 unsigned int gsub_lookup_count; member