Searched refs:gpos_lookup_count (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.cc63 layout->gpos_lookup_count = layout->gpos->get_lookup_count ();
69 (layout->gpos_lookup_count && !layout->gpos_accels)))
77 for (unsigned int i = 0; i < layout->gpos_lookup_count; i++)
88 for (unsigned int i = 0; i < layout->gpos_lookup_count; i++)
448 return hb_ot_layout_from_face (face)->gpos_lookup_count;
H A Dhb-ot-layout-private.hh148 unsigned int gpos_lookup_count; member in struct:hb_ot_layout_t
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc63 layout->gpos_lookup_count = layout->gpos->get_lookup_count ();
69 (layout->gpos_lookup_count && !layout->gpos_accels)))
77 for (unsigned int i = 0; i < layout->gpos_lookup_count; i++)
88 for (unsigned int i = 0; i < layout->gpos_lookup_count; i++)
448 return hb_ot_layout_from_face (face)->gpos_lookup_count;
H A Dhb-ot-layout-private.hh148 unsigned int gpos_lookup_count; member in struct:hb_ot_layout_t

Completed in 66 milliseconds