Searched refs:TSingleSubstFormat1 (Results 1 – 2 of 2) sorted by relevance
276 struct TSingleSubstFormat1: public TSubTableBase { struct279 TSingleSubstFormat1(): Coverage(NULL), DeltaGlyphID(0) in TSingleSubstFormat1() argument283 ~TSingleSubstFormat1() in ~TSingleSubstFormat1() argument290 TSingleSubstFormat1(const TSingleSubstFormat1&);291 TSingleSubstFormat1& operator=(const TSingleSubstFormat1&); argument362 void ParseSingleSubstFormat1(FT_Bytes raw, TSingleSubstFormat1 *rec);
150 TSingleSubstFormat1 *tbl1 = (TSingleSubstFormat1*)Lookup->SubTable[i]; in GetVerticalGlyphSub2()384 *rec = new TSingleSubstFormat1(); in ParseSingleSubst()385 ParseSingleSubstFormat1(raw, (TSingleSubstFormat1*)*rec); in ParseSingleSubst()393 void CFX_CTTGSUBTable::ParseSingleSubstFormat1(FT_Bytes raw, TSingleSubstFormat1 *rec) in ParseSingleSubstFormat1()