/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout.cc | 1279 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs() 1285 const OT::PosLookup& l = face->table.GPOS->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs() 1407 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute() 1499 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_substitute_closure() 1537 gsub.get_lookup (lookup_index).closure (&c, lookup_index); in hb_ot_layout_lookups_substitute_closure() 1542 gsub.get_lookup (i).closure (&c, i); in hb_ot_layout_lookups_substitute_closure() 1928 proxy.table.get_lookup (lookup_index), in apply() 2046 const OT::SubstLookup &lookup = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_get_glyph_alternates()
|
D | hb-ot-layout-gsub-table.hh | 1718 const SubstLookup& get_lookup (unsigned int i) const in get_lookup() function 1719 { return static_cast<const SubstLookup &> (GSUBGPOS::get_lookup (i)); } in get_lookup() 1755 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func() 1761 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in closure_glyphs_recurse_func() 1769 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (this_index); in dispatch_closure_lookups_recurse_func() 1775 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
|
D | hb-ot-layout-gpos-table.hh | 2821 const PosLookup& get_lookup (unsigned int i) const in get_lookup() function 2822 { return static_cast<const PosLookup &> (GSUBGPOS::get_lookup (i)); } in get_lookup() 2845 const PosLookup &l = get_lookup (i); in collect_variation_indices() 2972 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func() 2978 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (this_index); in dispatch_closure_lookups_recurse_func() 2984 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
|
D | main.cc | 468 const Lookup &lookup = g.get_lookup (n_lookup); in print_layout_info_using_private_api()
|
D | hb-ot-layout-gsubgpos.hh | 3579 const Lookup& get_lookup (unsigned int i) const in get_lookup() function 3626 … reinterpret_cast<const TLookup &> (get_lookup (lookup_index)).closure_lookups (&c, lookup_index); in closure_lookups() 3849 this->accels[i].init (table->get_lookup (i)); in init()
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout.cc | 1253 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs() 1259 const OT::PosLookup& l = face->table.GPOS->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs() 1380 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute() 1472 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_substitute_closure() 1510 gsub.get_lookup (lookup_index).closure (&c, lookup_index); in hb_ot_layout_lookups_substitute_closure() 1515 gsub.get_lookup (i).closure (&c, i); in hb_ot_layout_lookups_substitute_closure() 1910 proxy.table.get_lookup (lookup_index), in apply() 2031 const OT::SubstLookup &lookup = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_get_glyph_alternates()
|
D | hb-ot-layout-gsub-table.hh | 1663 const SubstLookup& get_lookup (unsigned int i) const in get_lookup() function 1664 { return static_cast<const SubstLookup &> (GSUBGPOS::get_lookup (i)); } in get_lookup() 1700 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func() 1706 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in closure_glyphs_recurse_func() 1714 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (this_index); in dispatch_closure_lookups_recurse_func() 1720 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
|
D | hb-ot-layout-gpos-table.hh | 2829 const PosLookup& get_lookup (unsigned int i) const in get_lookup() function 2830 { return static_cast<const PosLookup &> (GSUBGPOS::get_lookup (i)); } in get_lookup() 2853 const PosLookup &l = get_lookup (i); in collect_variation_indices() 2980 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func() 2986 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (this_index); in dispatch_closure_lookups_recurse_func() 2992 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
|
D | main.cc | 467 const Lookup &lookup = g.get_lookup (n_lookup); in print_layout_info_using_private_api()
|
D | hb-ot-layout-gsubgpos.hh | 3550 const Lookup& get_lookup (unsigned int i) const in get_lookup() function 3597 … reinterpret_cast<const TLookup &> (get_lookup (lookup_index)).closure_lookups (&c, lookup_index); in closure_lookups() 3800 this->accels[i].init (table->get_lookup (i)); in init()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout.cc | 1247 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs() 1253 const OT::PosLookup& l = face->table.GPOS->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs() 1369 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute() 1460 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_substitute_closure() 1493 gsub.get_lookup (lookup_index).closure (&c, lookup_index); in hb_ot_layout_lookups_substitute_closure() 1498 gsub.get_lookup (i).closure (&c, i); in hb_ot_layout_lookups_substitute_closure() 1910 proxy.table.get_lookup (lookup_index), in apply()
|
D | main.cc | 164 const Lookup &lookup = g.get_lookup (n_lookup); in main()
|
D | hb-ot-layout-gsub-table.hh | 1391 const SubstLookup& get_lookup (unsigned int i) const in get_lookup() function 1392 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup() 1423 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func() 1429 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
|
D | hb-ot-layout-gpos-table.hh | 1604 const PosLookup& get_lookup (unsigned int i) const in get_lookup() function 1605 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup() 1736 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func() 1742 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
|
D | hb-ot-layout-gsubgpos.hh | 2659 const Lookup& get_lookup (unsigned int i) const in get_lookup() function 2742 this->accels[i].init (table->get_lookup (i)); in init()
|