Lines Matching +defs:t +defs:ng

31 Substitution::clear(Substitute &s, uint8_t &t)  in clear()
45 Substitution::assign_space(Substitute &s, uint8_t &t, int n) in assign_space()
58 Substitution::assign(Substitute &s, uint8_t &t, Glyph gid) in assign()
66 Substitution::assign(Substitute &s, uint8_t &t, int ngids, const Glyph *gids) in assign()
82 Substitution::assign(Substitute &s, uint8_t &t, const Coverage &coverage) in assign()
90 Substitution::assign(Substitute &s, uint8_t &t, const Substitute &os, uint8_t ot) in assign()
197 Substitution::substitute_in(const Substitute &s, uint8_t t, const Coverage &c) in substitute_in()
218 Substitution::substitute_in(const Substitute &s, uint8_t t, const GlyphSet &gs) in substitute_in()
258 Substitution::extract_glyph(const Substitute &s, uint8_t t) throw () in extract_glyph()
264 Substitution::extract_glyph(const Substitute &s, int which, uint8_t t) throw () in extract_glyph()
282 Substitution::extract_glyphs(const Substitute &s, uint8_t t, Vector<Glyph> &v, bool coverage_ok) th… in extract_glyphs()
305 Substitution::extract_glyphptr(const Substitute &s, uint8_t t) throw () in extract_glyphptr()
318 Substitution::extract_nglyphs(const Substitute &s, uint8_t t, bool coverage_ok) throw () in extract_nglyphs()
333 Substitution::matches(const Substitute &s, uint8_t t, int pos, Glyph g) throw () in matches()
382 Substitution::assign_append(Substitute &s, uint8_t &t, const Substitute &ls, uint8_t lt, const Subs… in assign_append()
403 Substitution::assign_append(Substitute &s, uint8_t &t, const Substitute &ls, uint8_t lt, Glyph rg) in assign_append()
467 int ng = out_nglyphs(); in out_alter() local
502 Substitution::unparse_glyphids(StringAccum &sa, const Substitute &s, uint8_t t, const Vector<PermSt… in unparse_glyphids()