Home
last modified time | relevance | path

Searched refs:get_lookup_count (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dmain.cc153 int num_lookups = feature.get_lookup_count (); in main()
164 int num_lookups = g.get_lookup_count (); in main()
Dhb-ot-layout.cc146 layout->gsub_lookup_count = layout->gsub->get_lookup_count (); in HB_SHAPER_DATA_ENSURE_DECLARE()
147 layout->gpos_lookup_count = layout->gpos->get_lookup_count (); in HB_SHAPER_DATA_ENSURE_DECLARE()
149 …ccels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gsub->get_lookup_count (), sizeof (h… in HB_SHAPER_DATA_ENSURE_DECLARE()
150 …ccels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gpos->get_lookup_count (), sizeof (h… in HB_SHAPER_DATA_ENSURE_DECLARE()
Dhb-ot-layout-common-private.hh497 inline unsigned int get_lookup_count (void) const in get_lookup_count() function
Dhb-ot-layout-gsubgpos-private.hh2273 inline unsigned int get_lookup_count (void) const in get_lookup_count() function