Searched refs:TSingleSubstFormat2 (Results 1 – 2 of 2) sorted by relevance
293 struct TSingleSubstFormat2: public TSubTableBase { struct297 TSingleSubstFormat2(): Coverage(NULL), GlyphCount(0), Substitute(NULL) in TSingleSubstFormat2() argument301 ~TSingleSubstFormat2() in ~TSingleSubstFormat2() argument311 TSingleSubstFormat2(const TSingleSubstFormat2&);312 TSingleSubstFormat2& operator=(const TSingleSubstFormat2&); argument363 void ParseSingleSubstFormat2(FT_Bytes raw, TSingleSubstFormat2 *rec);
158 TSingleSubstFormat2 *tbl2 = (TSingleSubstFormat2*)Lookup->SubTable[i]; in GetVerticalGlyphSub2()388 *rec = new TSingleSubstFormat2(); in ParseSingleSubst()389 ParseSingleSubstFormat2(raw, (TSingleSubstFormat2*)*rec); in ParseSingleSubst()403 void CFX_CTTGSUBTable::ParseSingleSubstFormat2(FT_Bytes raw, TSingleSubstFormat2 *rec) in ParseSingleSubstFormat2()