Home
last modified time | relevance | path

Searched refs:TFeature (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.h107 struct TFeature { struct
111 TFeature(): FeatureParams(0), LookupCount(0), LookupListIndex(NULL) {} in TFeature() argument
112 ~TFeature() in ~TFeature() argument
119 TFeature(const TFeature&);
120 TFeature& operator=(const TFeature&); argument
124 struct TFeature Feature;
355 void ParseFeature(FT_Bytes raw, TFeature *rec);
367 struct TFeature *Feature);
Dttgsubtable.cpp124 struct TFeature *Feature) in GetVerticalGlyphSub()
279 void CFX_CTTGSUBTable::ParseFeature(FT_Bytes raw, TFeature *rec) in ParseFeature()