Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc63 layout->gpos_lookup_count = layout->gpos->get_lookup_count (); in HB_SHAPER_DATA_ENSURE_DECLARE()
69 (layout->gpos_lookup_count && !layout->gpos_accels))) in HB_SHAPER_DATA_ENSURE_DECLARE()
77 for (unsigned int i = 0; i < layout->gpos_lookup_count; i++) in HB_SHAPER_DATA_ENSURE_DECLARE()
88 for (unsigned int i = 0; i < layout->gpos_lookup_count; i++) in _hb_ot_layout_destroy()
448 return hb_ot_layout_from_face (face)->gpos_lookup_count; in hb_ot_layout_table_get_lookup_count()
Dhb-ot-layout-private.hh147 unsigned int gpos_lookup_count; member