Searched refs:TFeature (Results 1 – 2 of 2) sorted by relevance
101 struct TFeature { struct105 TFeature() : FeatureParams(0), LookupCount(0), LookupListIndex(NULL) {} in TFeature() argument106 ~TFeature() { delete[] LookupListIndex; } in ~TFeature() argument109 TFeature(const TFeature&);110 TFeature& operator=(const TFeature&); argument114 struct TFeature Feature;306 void ParseFeature(FT_Bytes raw, TFeature* rec);317 struct TFeature* Feature);
118 struct TFeature* Feature) { in GetVerticalGlyphSub()256 void CFX_CTTGSUBTable::ParseFeature(FT_Bytes raw, TFeature* rec) { in ParseFeature()