/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout.h | 329 unsigned int lookup_index, 349 unsigned int lookup_index, 356 unsigned int lookup_index, 389 unsigned lookup_index, 397 unsigned int lookup_index, 404 unsigned int lookup_index, 418 unsigned int lookup_index, 438 unsigned int lookup_index,
|
D | hb-ot-layout.cc | 1263 unsigned int lookup_index, in hb_ot_layout_lookup_collect_glyphs() argument 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() 1399 unsigned int lookup_index, in hb_ot_layout_lookup_would_substitute() argument 1404 if (unlikely (lookup_index >= face->table.GSUB->lookup_count)) return false; in hb_ot_layout_lookup_would_substitute() 1407 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute() 1408 return l.would_apply (&c, &face->table.GSUB->accels[lookup_index]); in hb_ot_layout_lookup_would_substitute() 1491 unsigned int lookup_index, in hb_ot_layout_lookup_substitute_closure() argument 1499 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_substitute_closure() 1501 l.closure (&c, lookup_index); in hb_ot_layout_lookup_substitute_closure() [all …]
|
D | hb-ot-layout-gsubgpos.hh | 70 …typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned lookup_index, hb_set_t *cove… 74 …void recurse (unsigned lookup_index, hb_set_t *covered_seq_indicies, unsigned seq_index, unsigned … in recurse() 80 recurse_func (this, lookup_index, covered_seq_indicies, seq_index, end_index); in recurse() 87 bool should_visit_lookup (unsigned int lookup_index) in should_visit_lookup() 92 if (is_lookup_done (lookup_index)) in should_visit_lookup() 98 bool is_lookup_done (unsigned int lookup_index) in is_lookup_done() 105 if (done_lookups_glyph_count->get (lookup_index) != glyphs->get_population ()) in is_lookup_done() 107 done_lookups_glyph_count->set (lookup_index, glyphs->get_population ()); in is_lookup_done() 109 if (!done_lookups_glyph_set->get (lookup_index)) in is_lookup_done() 112 if (unlikely (!done_lookups_glyph_set->set (lookup_index, empty_set))) in is_lookup_done() [all …]
|
D | hb-ot-layout-gsub-table.hh | 1590 static inline bool apply_recurse_func (hb_ot_apply_context_t *c, unsigned int lookup_index); 1677 …nline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index); 1679 …turn_t closure_glyphs_recurse_func (hb_closure_context_t *c, unsigned lookup_index, hb_set_t *cove… 1681 …rn_t dispatch_closure_recurse_func (hb_closure_context_t *c, unsigned lookup_index, hb_set_t *cove… in dispatch_closure_recurse_func() 1683 if (!c->should_visit_lookup (lookup_index)) in dispatch_closure_recurse_func() 1686 …hb_closure_context_t::return_t ret = closure_glyphs_recurse_func (c, lookup_index, covered_seq_ind… in dispatch_closure_recurse_func() 1696 …n_t dispatch_closure_lookups_recurse_func (hb_closure_lookups_context_t *c, unsigned lookup_index); 1753 …me context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func() argument 1755 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func() 1759 …ookup::closure_glyphs_recurse_func (hb_closure_context_t *c, unsigned lookup_index, hb_set_t *cove… in closure_glyphs_recurse_func() argument [all …]
|
D | hb-aat-layout-kerx-table.hh | 892 if (!c->buffer->message (c->font, "start subtable %d", c->lookup_index)) in apply() 924 (void) c->buffer->message (c->font, "end subtable %d", c->lookup_index); in apply() 928 c->set_lookup_index (c->lookup_index + 1); in apply()
|
D | hb-aat-layout-morx-table.hh | 1037 if (!c->buffer->message (c->font, "start chainsubtable %d", c->lookup_index)) in apply() 1048 (void) c->buffer->message (c->font, "end chainsubtable %d", c->lookup_index); in apply() 1054 c->set_lookup_index (c->lookup_index + 1); in apply()
|
D | hb-ot-layout-gpos-table.hh | 2794 static inline bool apply_recurse_func (hb_ot_apply_context_t *c, unsigned int lookup_index); 2797 …tatic typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index); 2970 …name context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func() argument 2972 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func() 2982 /*static*/ bool PosLookup::apply_recurse_func (hb_ot_apply_context_t *c, unsigned int lookup_index) in apply_recurse_func() argument 2984 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func() 2986 unsigned int saved_lookup_index = c->lookup_index; in apply_recurse_func() 2987 c->set_lookup_index (lookup_index); in apply_recurse_func()
|
D | hb-aat-layout-common.hh | 872 unsigned int lookup_index; member 883 void set_lookup_index (unsigned int i) { lookup_index = i; } in set_lookup_index()
|
D | hb-debug.hh | 400 c->buffer->idx, c->buffer->cur().codepoint, (int) c->lookup_index)
|
D | hb-aat-layout.cc | 59 lookup_index (0) in hb_aat_apply_context_t()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 27979 + static inline bool apply_recurse_func (hb_ot_apply_context_t *c, unsigned int lookup_index); 28066 …nline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index); 28068 …turn_t closure_glyphs_recurse_func (hb_closure_context_t *c, unsigned lookup_index, hb_set_t *cove… 28070 …rn_t dispatch_closure_recurse_func (hb_closure_context_t *c, unsigned lookup_index, hb_set_t *cove… 28072 + if (!c->should_visit_lookup (lookup_index)) 28075 + hb_closure_context_t::return_t ret = closure_glyphs_recurse_func (c, lookup_index, covered_seq… 28085 …n_t dispatch_closure_lookups_recurse_func (hb_closure_lookups_context_t *c, unsigned lookup_index); 36475 - static inline bool apply_recurse_func (hb_ot_apply_context_t *c, unsigned int lookup_index); 36562 …nline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index); 36564 …turn_t closure_glyphs_recurse_func (hb_closure_context_t *c, unsigned lookup_index, hb_set_t *cove… [all …]
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 18975 …<parameter type-id='type-id-18' name='lookup_index' filepath='/tmp/legendre/spack-stage/spack-stag… 18988 …<parameter type-id='type-id-18' name='lookup_index' filepath='/tmp/legendre/spack-stage/spack-stag… 18996 …<parameter type-id='type-id-18' name='lookup_index' filepath='/tmp/legendre/spack-stage/spack-stag…
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 29671 …<parameter type-id='type-id-18' name='lookup_index' filepath='/tmp/legendre/spack-stage/spack-stag… 29695 …<parameter type-id='type-id-18' name='lookup_index' filepath='/tmp/legendre/spack-stage/spack-stag… 29710 …<parameter type-id='type-id-18' name='lookup_index' filepath='/tmp/legendre/spack-stage/spack-stag…
|