Home
last modified time | relevance | path

Searched refs:collect_glyphs (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh59 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
157 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
309 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
398 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
404 | hb_apply ([c] (const Sequence &_) { _.collect_glyphs (c); }) in collect_glyphs()
526 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
608 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
614 | hb_apply ([c] (const AlternateSet &_) { _.collect_glyphs (c); }) in collect_glyphs()
740 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
866 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
[all …]
Dhb-ot-layout-gsubgpos.hh159 return_t dispatch (const T &obj) { obj.collect_glyphs (this); return hb_empty_t (); } in dispatch()
1314 void collect_glyphs (hb_collect_glyphs_context_t *c, in collect_glyphs() function
1394 void collect_glyphs (hb_collect_glyphs_context_t *c, in collect_glyphs() function
1400 | hb_apply ([&] (const Rule &_) { _.collect_glyphs (c, lookup_context); }) in collect_glyphs()
1477 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
1488 | hb_apply ([&] (const RuleSet &_) { _.collect_glyphs (c, lookup_context); }) in collect_glyphs()
1591 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
1603 | hb_apply ([&] (const RuleSet &_) { _.collect_glyphs (c, lookup_context); }) in collect_glyphs()
1698 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
1963 void collect_glyphs (hb_collect_glyphs_context_t *c, in collect_glyphs() function
[all …]
Dhb-ot-layout-gpos-table.hh520 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
603 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
808 void collect_glyphs (hb_collect_glyphs_context_t *c, in collect_glyphs() function
938 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
943 (this+pairSet[i]).collect_glyphs (c, valueFormat); in collect_glyphs()
1049 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
1254 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
1453 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
1574 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
1694 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() function
[all …]
Dhb-ot-layout.cc1254 l.collect_glyphs (&c); in hb_ot_layout_lookup_collect_glyphs()
1260 l.collect_glyphs (&c); in hb_ot_layout_lookup_collect_glyphs()
/external/harfbuzz_ng/
DNEWS528 - Fix collect_glyphs() regression caused by hb_set_t changes.
536 - Speed up collect_glyphs() and reject garbage data.