HomeSort by relevance Sort by last modified time
    Searched defs:collect_glyphs (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh 51 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::SingleSubstFormat1
128 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::SingleSubstFormat2
262 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::Sequence
328 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::MultipleSubstFormat1
334 (this+sequence[i]).collect_glyphs (c);
457 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::AlternateSubstFormat1
601 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::Ligature
694 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::LigatureSet
699 (this+ligature[i]).collect_glyphs (c);
772 inline void collect_glyphs (hb_collect_glyphs_context_t *c) cons function in struct:OT::LigatureSubstFormat1
935 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::ReverseChainSingleSubstFormat1
1156 inline hb_collect_glyphs_context_t::return_t collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::SubstLookup
    [all...]
hb-ot-layout-gpos-table.hh 435 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::SinglePosFormat1
481 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::SinglePosFormat2
578 inline void collect_glyphs (hb_collect_glyphs_context_t *c, function in struct:OT::PairSet
655 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::PairPosFormat1
661 (this+pairSet[i]).collect_glyphs (c, &valueFormat1);
719 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::PairPosFormat2
876 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::CursivePosFormat1
1023 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::MarkBasePosFormat1
1127 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::MarkLigPosFormat1
1243 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::MarkMarkPosFormat1
1453 inline hb_collect_glyphs_context_t::return_t collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::PosLookup
    [all...]
hb-ot-layout-gsubgpos-private.hh 145 inline const char *get_name (void) { return "COLLECT_GLYPHS"; }
150 inline return_t dispatch (const T &obj) { obj.collect_glyphs (this); return HB_VOID; }
1126 inline void collect_glyphs (hb_collect_glyphs_context_t *c, ContextCollectGlyphsLookupContext &lookup_context) const function in struct:OT::Rule
1183 inline void collect_glyphs (hb_collect_glyphs_context_t *c, ContextCollectGlyphsLookupContext &lookup_context) const function in struct:OT::RuleSet
1250 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::ContextFormat1
1338 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::ContextFormat2
1429 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::ContextFormat3
1668 inline void collect_glyphs (hb_collect_glyphs_context_t *c, ChainContextCollectGlyphsLookupContext &lookup_context) const function in struct:OT::ChainRule
1747 inline void collect_glyphs (hb_collect_glyphs_context_t *c, ChainContextCollectGlyphsLookupContext &lookup_context) const function in struct:OT::ChainRuleSet
1810 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::ChainContextFormat1
1900 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::ChainContextFormat2
2021 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::ChainContextFormat3
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 51 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::SingleSubstFormat1
128 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::SingleSubstFormat2
262 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::Sequence
339 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::MultipleSubstFormat1
345 (this+sequence[i]).collect_glyphs (c);
468 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::AlternateSubstFormat1
612 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::Ligature
714 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::LigatureSet
719 (this+ligature[i]).collect_glyphs (c);
792 inline void collect_glyphs (hb_collect_glyphs_context_t *c) cons function in struct:OT::LigatureSubstFormat1
955 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::ReverseChainSingleSubstFormat1
1176 inline hb_collect_glyphs_context_t::return_t collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::SubstLookup
    [all...]
hb-ot-layout-gpos-table.hh 435 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::SinglePosFormat1
481 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::SinglePosFormat2
578 inline void collect_glyphs (hb_collect_glyphs_context_t *c, function in struct:OT::PairSet
655 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::PairPosFormat1
661 (this+pairSet[i]).collect_glyphs (c, &valueFormat1);
719 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::PairPosFormat2
876 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::CursivePosFormat1
1023 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::MarkBasePosFormat1
1127 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::MarkLigPosFormat1
1243 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::MarkMarkPosFormat1
1453 inline hb_collect_glyphs_context_t::return_t collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::PosLookup
    [all...]
hb-ot-layout-gsubgpos-private.hh 145 inline const char *get_name (void) { return "COLLECT_GLYPHS"; }
150 inline return_t dispatch (const T &obj) { obj.collect_glyphs (this); return HB_VOID; }
1127 inline void collect_glyphs (hb_collect_glyphs_context_t *c, ContextCollectGlyphsLookupContext &lookup_context) const function in struct:OT::Rule
1184 inline void collect_glyphs (hb_collect_glyphs_context_t *c, ContextCollectGlyphsLookupContext &lookup_context) const function in struct:OT::RuleSet
1251 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::ContextFormat1
1339 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::ContextFormat2
1430 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::ContextFormat3
1669 inline void collect_glyphs (hb_collect_glyphs_context_t *c, ChainContextCollectGlyphsLookupContext &lookup_context) const function in struct:OT::ChainRule
1748 inline void collect_glyphs (hb_collect_glyphs_context_t *c, ChainContextCollectGlyphsLookupContext &lookup_context) const function in struct:OT::ChainRuleSet
1811 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::ChainContextFormat1
1901 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::ChainContextFormat2
2022 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const function in struct:OT::ChainContextFormat3
    [all...]

Completed in 2491 milliseconds