Searched refs:PosLookup (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-jstf-table.hh48 typedef OffsetListOf<PosLookup> JstfMax;
H A Dhb-ot-layout-gpos-table.hh1361 * PosLookup
1367 friend struct PosLookup;
1437 struct PosLookup : Lookup struct in namespace:OT
1504 typedef OffsetListOf<PosLookup> PosLookupList;
1514 inline const PosLookup& get_lookup (unsigned int i) const
1515 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); }
1605 inline typename context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index)
1608 const PosLookup &l = gpos.get_lookup (lookup_index);
1612 inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index)
1615 const PosLookup
[all...]
H A Dhb-ot-layout.cc641 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
801 typedef OT::PosLookup Lookup;
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh1356 * PosLookup
1362 friend struct PosLookup;
1432 struct PosLookup : Lookup struct in namespace:OT
1519 typedef OffsetListOf<PosLookup> PosLookupList;
1529 inline const PosLookup& get_lookup (unsigned int i) const
1530 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); }
1622 inline typename context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index)
1625 const PosLookup &l = gpos.get_lookup (lookup_index);
1629 inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index)
1632 const PosLookup
[all...]
H A Dhb-ot-layout.cc615 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
726 const OT::PosLookup& l = hb_ot_layout_from_face (font->face)->gpos->get_lookup (lookup_index);

Completed in 155 milliseconds